We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fcebe commit 11c9ef2Copy full SHA for 11c9ef2
build/external_resources/go_tools/ya.make
@@ -5,6 +5,12 @@ TOOLCHAIN(go)
5
IF(GOSTD_VERSION == 1.23)
6
VERSION(1.23)
7
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)
14
ELSE()
15
MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library)
16
ENDIF()
0 commit comments