Skip to content

Commit 7c4a229

Browse files
[macos] remove go 1.17 (#7347)
1 parent e8faa62 commit 7c4a229

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

images/macos/toolsets/toolset-11.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@
282282
"platform" : "darwin",
283283
"variable_template" : "GOROOT_{0}_{1}_X64",
284284
"versions": [
285-
"1.17.*",
286285
"1.18.*",
287286
"1.19.*",
288287
"1.20.*"
@@ -327,7 +326,7 @@
327326
]
328327
},
329328
"go": {
330-
"default": "1.17"
329+
"default": "1.20"
331330
},
332331
"node": {
333332
"default": "18",

images/macos/toolsets/toolset-12.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@
268268
"platform" : "darwin",
269269
"variable_template" : "GOROOT_{0}_{1}_X64",
270270
"versions": [
271-
"1.17.*",
272271
"1.18.*",
273272
"1.19.*",
274273
"1.20.*"
@@ -309,7 +308,7 @@
309308
]
310309
},
311310
"go": {
312-
"default": "1.17"
311+
"default": "1.20"
313312
},
314313
"node": {
315314
"default": "18",

images/macos/toolsets/toolset-13.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
]
9696
},
9797
"go": {
98-
"default": "1.18"
98+
"default": "1.20"
9999
},
100100
"node": {
101101
"default": "18"

0 commit comments

Comments
 (0)