diff options
author | setser <setser@yandex-team.ru> | 2022-05-13 23:05:39 +0300 |
---|---|---|
committer | setser <setser@yandex-team.ru> | 2022-05-13 23:05:39 +0300 |
commit | ce4efeb0bb236091ad1a1a50a187cccce79f2b09 (patch) | |
tree | 0772fbf8e480a7e87380f364b6e81c21e76ed4a2 /build/ymake.core.conf | |
parent | 5199bcc0b693cf071f87c1335e862d5030e3b9aa (diff) | |
download | ydb-ce4efeb0bb236091ad1a1a50a187cccce79f2b09.tar.gz |
Update Go toolchain and standard library to 1.18.2
ref:327a0e5bf9cd10821d3b0bb617d3ec09c6fdcf7d
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index c2a8a6f92c..008de97aad 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -8081,8 +8081,8 @@ GOSTD_VERSION=1.17.8 when ($GOSTD_VERSION == "1.17.8") { GOSTD=contrib/go/_std/src } -elsewhen ($GOSTD_VERSION == "1.18rc1") { - GOSTD=contrib/go/_std_1.18rc1/src +elsewhen ($GOSTD_VERSION == "1.18.2") { + GOSTD=contrib/go/_std_1.18/src } otherwise { GOSTD=__unsupported_go_std_library_version_[$GOSTD_VERSION]__ |