From fb980e97513f8eb079e39c3e5f1235617e9e12c2 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:39:27 +0100 Subject: [PATCH] [Windows] add go 1.22 (#9321) --- images/windows/toolsets/toolset-2019.json | 3 ++- images/windows/toolsets/toolset-2022.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 8d80a939..57ff3cd9 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -74,7 +74,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ], "default": "1.20.*" } diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index c12e5001..bd39044b 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -71,7 +71,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ], "default": "1.20.*" }