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

@@ -290,7 +290,6 @@
"platform" : "darwin",
"variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [
"1.15.*",
"1.16.*",
"1.17.*",
"1.18.*"
@@ -333,7 +332,7 @@
]
},
"go": {
"default": "1.15"
"default": "1.17"
},
"node": {
"default": "16",

View File

@@ -266,7 +266,6 @@
"platform" : "darwin",
"variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [
"1.15.*",
"1.16.*",
"1.17.*",
"1.18.*"
@@ -309,7 +308,7 @@
]
},
"go": {
"default": "1.15"
"default": "1.17"
},
"node": {
"default": "16",

View File

@@ -180,7 +180,6 @@
"platform" : "darwin",
"variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [
"1.15.*",
"1.16.*",
"1.17.*",
"1.18.*"