mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +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.*"
|
||||
},
|
||||
|
||||
@@ -315,7 +315,8 @@
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -268,7 +268,8 @@
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -204,7 +204,8 @@
|
||||
"platform" : "darwin",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -72,7 +72,8 @@
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
}
|
||||
|
||||
@@ -72,7 +72,8 @@
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
}
|
||||
|
||||
@@ -49,7 +49,8 @@
|
||||
"platform" : "win32",
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
],
|
||||
"default": "1.16.*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user