mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +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:
@@ -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