mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[ubuntu] remove go 1.17 (#7349)
This commit is contained in:
@@ -45,12 +45,11 @@
|
|||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"platform" : "linux",
|
"platform" : "linux",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.17.*",
|
|
||||||
"1.18.*",
|
"1.18.*",
|
||||||
"1.19.*",
|
"1.19.*",
|
||||||
"1.20.*"
|
"1.20.*"
|
||||||
],
|
],
|
||||||
"default": "1.17.*"
|
"default": "1.20.*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ruby",
|
"name": "Ruby",
|
||||||
|
|||||||
@@ -41,12 +41,11 @@
|
|||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
"platform" : "linux",
|
"platform" : "linux",
|
||||||
"versions": [
|
"versions": [
|
||||||
"1.17.*",
|
|
||||||
"1.18.*",
|
"1.18.*",
|
||||||
"1.19.*",
|
"1.19.*",
|
||||||
"1.20.*"
|
"1.20.*"
|
||||||
],
|
],
|
||||||
"default": "1.18.*"
|
"default": "1.20.*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ruby",
|
"name": "Ruby",
|
||||||
|
|||||||
Reference in New Issue
Block a user