diff options
| author | psydvl <[email protected]> | 2025-02-10 20:01:08 +0300 |
|---|---|---|
| committer | psydvl <[email protected]> | 2025-02-10 21:39:47 +0300 |
| commit | 5870cd38c4c36fdd119e84b0bcccec03fdd7f9c2 (patch) | |
| tree | fe6f2265a6e6c8bc39e45cab73e412bced174be1 | |
| parent | a0f9ad248580d18fc615660e704beb506e864396 (diff) | |
go1.23 add sources, no switch yet
Покладка исходников без переключения версии
Важные изменения в файле `contrib/go/_std_1.23/.yandex_meta/build.ym`
Варка с плашкой (проверка на поломки) будет происходить в PR:7442358 после пересборки yolint поверх 1.23
commit_hash:1a66dac577f2507438f15c7b73ee5d404dc51ea1
| -rw-r--r-- | build/conf/go.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf index 2a7b00dd656..9d767c449c6 100644 --- a/build/conf/go.conf +++ b/build/conf/go.conf @@ -60,7 +60,10 @@ GO_HOST_TARG_PARAMS=++host-os $GO_HOST_OS ++host-arch $GO_HOST_ARCH ++targ-os $G # tag:go-specific GOSTD_VERSION=1.22 -when ($GOSTD_VERSION == "1.22") { +when ($GOSTD_VERSION == "1.23") { + GOSTD=contrib/go/_std_1.23/src +} +elsewhen ($GOSTD_VERSION == "1.22") { GOSTD=contrib/go/_std_1.22/src } otherwise { |
