mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 23:23:56 +08:00
[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",
|
||||
"platform" : "linux",
|
||||
"versions": [
|
||||
"1.21.*",
|
||||
"1.22.*",
|
||||
"1.23.*"
|
||||
"1.23.*",
|
||||
"1.24.*"
|
||||
],
|
||||
"default": "1.23.*"
|
||||
"default": "1.24.*"
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user