mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Update default Go version to 1.16 or higher (#5336)
This commit is contained in:
@@ -42,12 +42,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "linux",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
"default": "1.17.*"
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
|
||||
@@ -44,12 +44,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "linux",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
"default": "1.17.*"
|
||||
},
|
||||
{
|
||||
"name": "Ruby",
|
||||
|
||||
@@ -290,7 +290,6 @@
|
||||
"platform" : "darwin",
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
@@ -333,7 +332,7 @@
|
||||
]
|
||||
},
|
||||
"go": {
|
||||
"default": "1.15"
|
||||
"default": "1.17"
|
||||
},
|
||||
"node": {
|
||||
"default": "16",
|
||||
|
||||
@@ -266,7 +266,6 @@
|
||||
"platform" : "darwin",
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
@@ -309,7 +308,7 @@
|
||||
]
|
||||
},
|
||||
"go": {
|
||||
"default": "1.15"
|
||||
"default": "1.17"
|
||||
},
|
||||
"node": {
|
||||
"default": "16",
|
||||
|
||||
@@ -180,7 +180,6 @@
|
||||
"platform" : "darwin",
|
||||
"variable_template" : "GOROOT_{0}_{1}_X64",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
|
||||
@@ -70,12 +70,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
"default": "1.17.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
@@ -71,12 +71,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
"default": "1.17.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
@@ -63,12 +63,11 @@
|
||||
"arch": "x64",
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
],
|
||||
"default": "1.16.*"
|
||||
"default": "1.17.*"
|
||||
}
|
||||
],
|
||||
"powershellModules": [
|
||||
|
||||
Reference in New Issue
Block a user