[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 19:35:17 +05:30
committed by GitHub
parent 71ed87ce94
commit ecb9d4051a
2 changed files with 6 additions and 6 deletions

View File

@@ -42,11 +42,11 @@
"arch": "x64",
"platform" : "linux",
"versions": [
"1.21.*",
"1.22.*",
"1.23.*"
"1.23.*",
"1.24.*"
],
"default": "1.23.*"
"default": "1.24.*"
},
{
"name": "Ruby",

View File

@@ -40,11 +40,11 @@
"arch": "x64",
"platform" : "linux",
"versions": [
"1.21.*",
"1.22.*",
"1.23.*"
"1.23.*",
"1.24.*"
],
"default": "1.23.*"
"default": "1.24.*"
},
{
"name": "Ruby",