mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Added Go 1.16 to all OSes toolsets (#2730)
* added Go 1.16 to all OSes toolsets * removed Go 1.16 from Ubuntu 16 and 18 due to image capacity Co-authored-by: Leonid Lapshin <originalnoe-nazvanie@yandex.ru>
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
"platform" : "linux",
|
||||
"versions": [
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
},
|
||||
|
||||
@@ -304,7 +304,8 @@
|
||||
"versions": [
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -250,7 +250,8 @@
|
||||
"versions": [
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -163,7 +163,8 @@
|
||||
"arch": "x64",
|
||||
"platform" : "darwin",
|
||||
"versions": [
|
||||
"1.15.*"
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -71,7 +71,8 @@
|
||||
"versions": [
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
},
|
||||
|
||||
@@ -71,7 +71,8 @@
|
||||
"versions": [
|
||||
"1.13.*",
|
||||
"1.14.*",
|
||||
"1.15.*"
|
||||
"1.15.*",
|
||||
"1.16.*"
|
||||
],
|
||||
"default": "1.15.*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user