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