diff options
author | mixa108 <mixa108@yandex-team.com> | 2023-11-16 19:41:57 +0300 |
---|---|---|
committer | mixa108 <mixa108@yandex-team.com> | 2023-11-16 20:39:42 +0300 |
commit | 177b2aacb85a58acd19ca2e22d79c6030cd4c68b (patch) | |
tree | 948ffeb9b1aa2a741b4a89fbecdffee6460f1031 /build/conf/go.conf | |
parent | b098c151d43da3ece1440d49d69bf76061429aeb (diff) | |
download | ydb-177b2aacb85a58acd19ca2e22d79c6030cd4c68b.tar.gz |
bump go ver 1.21.3
bump go to 1.21.3
build go.conf
Golang 1.20.6 -> 1.21.3 init
Golang 1.20.6 -> 1.21.3: copy blame
Diffstat (limited to 'build/conf/go.conf')
-rw-r--r-- | build/conf/go.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf index ee48dfe476..be69e6717b 100644 --- a/build/conf/go.conf +++ b/build/conf/go.conf @@ -59,8 +59,11 @@ 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.20 -when ($GOSTD_VERSION == "1.20") { +GOSTD_VERSION=1.21 +when ($GOSTD_VERSION == "1.21") { + GOSTD=contrib/go/_std_1.21/src +} +elsewhen ($GOSTD_VERSION == "1.20") { GOSTD=contrib/go/_std_1.20/src } otherwise { @@ -707,7 +710,7 @@ module _GO_BASE_UNIT: _BASE_UNIT { _GO_CGO1_WRAPPER_FLAGS=--build-prefix=__ARCADIA_BUILD_ROOT_PREFIX__ --source-prefix=__ARCADIA_SOURCE_ROOT_PREFIX__ } "yolint" ? { - _GO_VET=yes + _GO_VET=no PEERDIR+=build/external_resources/yolint _GO_VET_TOOL=${YOLINT_RESOURCE_GLOBAL}/yolint _GO_VET_FLAGS=-migration.config=${input:"${ARCADIA_ROOT}/build/rules/go/migrations.yaml"} -scopelint.config=${input:"${ARCADIA_ROOT}/build/rules/go/extended_lint.yaml"} |