Skip to content

Commit

Permalink
go1.23 add sources, no switch yet
Browse files Browse the repository at this point in the history
Покладка исходников без переключения версии
Важные изменения в файле `contrib/go/_std_1.23/.yandex_meta/build.ym`

Варка с плашкой (проверка на поломки) будет происходить в PR:7442358 после пересборки yolint поверх 1.23
commit_hash:1a66dac577f2507438f15c7b73ee5d404dc51ea1
  • Loading branch information
psydvl committed Feb 10, 2025
1 parent fcf0961 commit aeca2a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/conf/go.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit aeca2a0

Please sign in to comment.