[Ubuntu] removed Go 1.21 and added 1.24 and make it as a default version (#12332)

This commit is contained in:
RaviAkshintala
2025-06-06 08:05:17 -06:00
committed by GitHub
parent 71ed87ce94
commit ecb9d4051a
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -42,11 +42,11 @@
"arch": "x64", "arch": "x64",
"platform" : "linux", "platform" : "linux",
"versions": [ "versions": [
"1.21.*",
"1.22.*", "1.22.*",
"1.23.*" "1.23.*",
"1.24.*"
], ],
"default": "1.23.*" "default": "1.24.*"
}, },
{ {
"name": "Ruby", "name": "Ruby",
+3 -3
View File
@@ -40,11 +40,11 @@
"arch": "x64", "arch": "x64",
"platform" : "linux", "platform" : "linux",
"versions": [ "versions": [
"1.21.*",
"1.22.*", "1.22.*",
"1.23.*" "1.23.*",
"1.24.*"
], ],
"default": "1.23.*" "default": "1.24.*"
}, },
{ {
"name": "Ruby", "name": "Ruby",