[macos] remove go 1.17 (#7347)

This commit is contained in:
ilia-shipitsin
2023-03-28 09:27:26 +02:00
committed by GitHub
parent e8faa6254e
commit 7c4a229fbc
3 changed files with 3 additions and 5 deletions

View File

@@ -282,7 +282,6 @@
"platform" : "darwin",
"variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*"
@@ -327,7 +326,7 @@
]
},
"go": {
"default": "1.17"
"default": "1.20"
},
"node": {
"default": "18",

View File

@@ -268,7 +268,6 @@
"platform" : "darwin",
"variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*"
@@ -309,7 +308,7 @@
]
},
"go": {
"default": "1.17"
"default": "1.20"
},
"node": {
"default": "18",

View File

@@ -95,7 +95,7 @@
]
},
"go": {
"default": "1.18"
"default": "1.20"
},
"node": {
"default": "18"