mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 01:59:46 +08: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.*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user