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:
Leonid Lapshin
2021-02-19 21:34:08 +03:00
committed by GitHub
parent ee314d4c78
commit a871273c9d
6 changed files with 12 additions and 6 deletions

View File

@@ -43,7 +43,8 @@
"platform" : "linux",
"versions": [
"1.14.*",
"1.15.*"
"1.15.*",
"1.16.*"
],
"default": "1.15.*"
},

View File

@@ -304,7 +304,8 @@
"versions": [
"1.13.*",
"1.14.*",
"1.15.*"
"1.15.*",
"1.16.*"
]
},
{

View File

@@ -250,7 +250,8 @@
"versions": [
"1.13.*",
"1.14.*",
"1.15.*"
"1.15.*",
"1.16.*"
]
},
{

View File

@@ -163,7 +163,8 @@
"arch": "x64",
"platform" : "darwin",
"versions": [
"1.15.*"
"1.15.*",
"1.16.*"
]
},
{

View File

@@ -71,7 +71,8 @@
"versions": [
"1.13.*",
"1.14.*",
"1.15.*"
"1.15.*",
"1.16.*"
],
"default": "1.15.*"
},

View File

@@ -71,7 +71,8 @@
"versions": [
"1.13.*",
"1.14.*",
"1.15.*"
"1.15.*",
"1.16.*"
],
"default": "1.15.*"
},