Skip to content

Commit 11c9ef2

Browse files
committed
add toolchain 1.24.4, 1.25rc1
commit_hash:4e23feef3162d7a397ed4ca9a6bd1f75d7d88b27
1 parent f5fcebe commit 11c9ef2

File tree

1 file changed

+6
-0
lines changed
  • build/external_resources/go_tools

1 file changed

+6
-0
lines changed

build/external_resources/go_tools/ya.make

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ TOOLCHAIN(go)
55
IF(GOSTD_VERSION == 1.23)
66
VERSION(1.23)
77
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.23.json)
8+
ELSEIF(GOSTD_VERSION == 1.24)
9+
VERSION(1.24)
10+
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.24.json)
11+
ELSEIF(GOSTD_VERSION == 1.25)
12+
VERSION(1.25)
13+
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.25.json)
814
ELSE()
915
MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library)
1016
ENDIF()

0 commit comments

Comments
 (0)