mirror of
https://github.com/actions/runner-images.git
synced 2025-12-31 22:43:22 +08:00
Add Go 1.17 to all OSes toolsets (#3980)
This commit is contained in:
@@ -43,7 +43,9 @@
|
||||
"versions": [
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
},
|
||||
|
||||
@@ -43,7 +43,9 @@
|
||||
"versions": [
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
},
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
"versions": [
|
||||
"1.14.*",
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user