aboutsummaryrefslogtreecommitdiffstats
path: root/build/external_resources
diff options
context:
space:
mode:
authorhiddenpath <hiddenpath@yandex-team.com>2024-04-02 23:50:23 +0300
committerhiddenpath <hiddenpath@yandex-team.com>2024-04-03 00:02:31 +0300
commit8923c6d2c438e0aeed2e06b8b0275e1864eeee33 (patch)
tree6b5e476699fc0be5091cb650654ef5f602c8afff /build/external_resources
parentd18afd09df2a08cd023012593b46109b77713a6c (diff)
downloadydb-8923c6d2c438e0aeed2e06b8b0275e1864eeee33.tar.gz
Update golang to 1.22.1
2967d19c907adf59101a1f47b4208bd0b04a6186
Diffstat (limited to 'build/external_resources')
-rw-r--r--build/external_resources/go_tools/go1.22.json (renamed from build/external_resources/go_tools/go1.21.json)10
-rw-r--r--build/external_resources/go_tools/ya.make4
2 files changed, 8 insertions, 6 deletions
diff --git a/build/external_resources/go_tools/go1.21.json b/build/external_resources/go_tools/go1.22.json
index 30dd9f3369..6d1bc822fc 100644
--- a/build/external_resources/go_tools/go1.21.json
+++ b/build/external_resources/go_tools/go1.22.json
@@ -1,19 +1,19 @@
{
"by_platform": {
"darwin-arm64": {
- "uri": "sbr:5720722976"
+ "uri": "sbr:6067021677"
},
"darwin-x86_64": {
- "uri": "sbr:5720717636"
+ "uri": "sbr:6067013969"
},
"linux-x86_64": {
- "uri": "sbr:5720706939"
+ "uri": "sbr:6066996288"
},
"linux-aarch64": {
- "uri": "sbr:5720713011"
+ "uri": "sbr:6067006318"
},
"win32-x86_64": {
- "uri": "sbr:5720736838"
+ "uri": "sbr:6067029960"
}
}
}
diff --git a/build/external_resources/go_tools/ya.make b/build/external_resources/go_tools/ya.make
index 697ae83a5e..fb979cd8e2 100644
--- a/build/external_resources/go_tools/ya.make
+++ b/build/external_resources/go_tools/ya.make
@@ -1,6 +1,8 @@
RESOURCES_LIBRARY()
-IF(GOSTD_VERSION == 1.21)
+IF(GOSTD_VERSION == 1.22)
+ DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.22.json)
+ELSEIF(GOSTD_VERSION == 1.21)
DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.21.json)
ELSE()
MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library)