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

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -70,12 +70,11 @@
"arch": "x64", "arch": "x64",
"platform" : "win32", "platform" : "win32",
"versions": [ "versions": [
"1.15.*",
"1.16.*", "1.16.*",
"1.17.*", "1.17.*",
"1.18.*" "1.18.*"
], ],
"default": "1.15.*" "default": "1.17.*"
} }
], ],
"powershellModules": [ "powershellModules": [

View File

@@ -71,12 +71,11 @@
"arch": "x64", "arch": "x64",
"platform" : "win32", "platform" : "win32",
"versions": [ "versions": [
"1.15.*",
"1.16.*", "1.16.*",
"1.17.*", "1.17.*",
"1.18.*" "1.18.*"
], ],
"default": "1.15.*" "default": "1.17.*"
} }
], ],
"powershellModules": [ "powershellModules": [

View File

@@ -63,12 +63,11 @@
"arch": "x64", "arch": "x64",
"platform" : "win32", "platform" : "win32",
"versions": [ "versions": [
"1.15.*",
"1.16.*", "1.16.*",
"1.17.*", "1.17.*",
"1.18.*" "1.18.*"
], ],
"default": "1.16.*" "default": "1.17.*"
} }
], ],
"powershellModules": [ "powershellModules": [