[Ubuntu] removed Go 1.21 and added 1.24 and make it as a default version (#12332)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user