aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorsetser <setser@yandex-team.ru>2022-06-14 15:02:40 +0300
committersetser <setser@yandex-team.ru>2022-06-14 15:02:40 +0300
commitd02af85169dcef35d8918cf516b9016fd8f82321 (patch)
treea2d5f42ec0b19feff2df4c642bff91b4177a70e5 /build/ymake.core.conf
parentc38f3409183af2ce08203f9b6d30714cc99fa8a5 (diff)
downloadydb-d02af85169dcef35d8918cf516b9016fd8f82321.tar.gz
Remove Go 1.17.8
ref:7fbacda5c8a5c777feeda83c7dac7c67d67819f0
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 0e9ee8babf..cd4b0e1109 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -8125,10 +8125,7 @@ GO_HOST_TARG_PARAMS=++host-os $GO_HOST_OS ++host-arch $GO_HOST_ARCH ++targ-os $G
# tag:go-specific
GOSTD_VERSION=1.18.2
-when ($GOSTD_VERSION == "1.17.8") {
- GOSTD=contrib/go/_std/src
-}
-elsewhen ($GOSTD_VERSION == "1.18.2") {
+when ($GOSTD_VERSION == "1.18.2") {
GOSTD=contrib/go/_std_1.18/src
}
otherwise {