Update default Go version to 1.16 or higher (#5336)

This commit is contained in:
Dusko Dobranic
2022-04-08 18:03:25 +02:00
committed by GitHub
parent f9eb5d95a5
commit 06446ddb68
8 changed files with 7 additions and 15 deletions

View File

@@ -44,12 +44,11 @@
"arch": "x64",
"platform" : "linux",
"versions": [
"1.15.*",
"1.16.*",
"1.17.*",
"1.18.*"
],
"default": "1.15.*"
"default": "1.17.*"
},
{
"name": "Ruby",