mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
Update default Go version to 1.16 or higher (#5336)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user