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.*"
},