From 078d815ad5c4a62da985542304a07d61f2b7da00 Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Tue, 28 Mar 2023 09:29:33 +0200 Subject: [PATCH] [windows] remove go 1.17 (#7348) --- images/win/toolsets/toolset-2019.json | 3 +-- images/win/toolsets/toolset-2022.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index bf9e44a4e..4946a0e07 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -74,12 +74,11 @@ "arch": "x64", "platform" : "win32", "versions": [ - "1.17.*", "1.18.*", "1.19.*", "1.20.*" ], - "default": "1.17.*" + "default": "1.20.*" } ], "powershellModules": [ diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index bfafc88e2..ed1b230e3 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -66,12 +66,11 @@ "arch": "x64", "platform" : "win32", "versions": [ - "1.17.*", "1.18.*", "1.19.*", "1.20.*" ], - "default": "1.17.*" + "default": "1.20.*" } ], "powershellModules": [