diff options
author | setser <setser@yandex-team.ru> | 2022-04-12 00:11:30 +0300 |
---|---|---|
committer | setser <setser@yandex-team.ru> | 2022-04-12 00:11:30 +0300 |
commit | 197a052d62e88dfb45fbc1267afd7d9d489e8243 (patch) | |
tree | db8bb2227c3cf0f2a685bbcf816777eae5196a01 | |
parent | 3480c3e9223a8603a2611d95306679815fe46518 (diff) | |
download | ydb-197a052d62e88dfb45fbc1267afd7d9d489e8243.tar.gz |
Update Go 1.18rc1 toolchain with binaries built from sources
ref:d14ada230b94a3ccbd4f7641ed6dfb03406608a6
-rw-r--r-- | build/ya.conf.json | 8 | ||||
-rw-r--r-- | build/ymake.core.conf | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index de8648d72b..6eb9a0f27b 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -7772,10 +7772,10 @@ "golang_1.18rc1": { "formula": { "sandbox_id": [ - 1225225209, - 1225225645, - 1225225909, - 1225226383 + 1274398277, + 1274384403, + 1274353053, + 1274373626 ], "match": "GOLANG" }, diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 36d922e12d..a1498954ae 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -10,7 +10,7 @@ FAKEID=3141592653 SANDBOX_FAKEID=${FAKEID}.7600000 CPP_FAKEID=9306403 -GO_FAKEID=9331386 +GO_FAKEID=9336945 ANDROID_FAKEID=8821472 CLANG_TIDY_FAKEID=8625699 |