aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsydvl <psydvl@yandex-team.com>2023-03-28 17:35:28 +0300
committerpsydvl <psydvl@yandex-team.com>2023-03-28 17:35:28 +0300
commit2804963c6984b1fe5c1a68929ad1d7f0e230eb1a (patch)
treee3459c59467973a9ca716b9d8b2cc2b52e964d0f
parent8c60a8892fea1dac42c1860d1bee9750fb54c046 (diff)
downloadydb-2804963c6984b1fe5c1a68929ad1d7f0e230eb1a.tar.gz
Add go 1.20 sources
Updated with: arcadia:[junk/psydvl/contrib/go/Makefile](https://a.yandex-team.ru/arcadia/junk/psydvl/contrib/go/Makefile)
-rw-r--r--build/ymake.core.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 49d7f91d38..be44979a65 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -8620,6 +8620,9 @@ GOSTD_VERSION=1.19
when ($GOSTD_VERSION == "1.19") {
GOSTD=contrib/go/_std_1.19/src
}
+elsewhen ($GOSTD_VERSION == "1.20") {
+ GOSTD=contrib/go/_std_1.20/src
+}
otherwise {
GOSTD=__unsupported_go_std_library_version_[$GOSTD_VERSION]__
}