Skip to content

Commit 078d815

Browse files
[windows] remove go 1.17 (#7348)
1 parent 7c4a229 commit 078d815

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

images/win/toolsets/toolset-2019.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,11 @@
7474
"arch": "x64",
7575
"platform" : "win32",
7676
"versions": [
77-
"1.17.*",
7877
"1.18.*",
7978
"1.19.*",
8079
"1.20.*"
8180
],
82-
"default": "1.17.*"
81+
"default": "1.20.*"
8382
}
8483
],
8584
"powershellModules": [

images/win/toolsets/toolset-2022.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@
6666
"arch": "x64",
6767
"platform" : "win32",
6868
"versions": [
69-
"1.17.*",
7069
"1.18.*",
7170
"1.19.*",
7271
"1.20.*"
7372
],
74-
"default": "1.17.*"
73+
"default": "1.20.*"
7574
}
7675
],
7776
"powershellModules": [

0 commit comments

Comments
 (0)