diff options
author | ichigo <ichigo@yandex-team.ru> | 2022-06-18 03:44:34 +0300 |
---|---|---|
committer | ichigo <ichigo@yandex-team.ru> | 2022-06-18 03:44:34 +0300 |
commit | f1a40820fedeff0c84b945c86f512a330d570d8b (patch) | |
tree | 22c1b6d8b06fbca7274307ceeba4f16aed1bee27 /build/ymake.core.conf | |
parent | c28bb661e30b37933da2962f11091f9a918211b3 (diff) | |
download | ydb-f1a40820fedeff0c84b945c86f512a330d570d8b.tar.gz |
update golang to 1.18.3
source 1.18.3 golang files
ref:cff61d6353643a234c87370c289947720ca0da7a
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 a6e62bb1ff..abea1fbd05 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -8124,8 +8124,8 @@ elsewhen ($ARCH_ARM64) { GO_HOST_TARG_PARAMS=++host-os $GO_HOST_OS ++host-arch $GO_HOST_ARCH ++targ-os $GO_TARG_OS ++targ-arch $GO_TARG_ARCH # tag:go-specific -GOSTD_VERSION=1.18.2 -when ($GOSTD_VERSION == "1.18.2") { +GOSTD_VERSION=1.18.3 +when ($GOSTD_VERSION == "1.18.3") { GOSTD=contrib/go/_std_1.18/src } otherwise { |