From a070c8516f6e857f1eeb7488d3ab021417d8de7d Mon Sep 17 00:00:00 2001 From: RaviAkshintala <167848931+RaviAkshintala@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:35:54 +0530 Subject: [PATCH] [Windows-Go]Updated the latest Go version 1.23 (#10919) Co-authored-by: Ravi Akshintala --- 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 c562027b8..5f5667f77 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -73,7 +73,8 @@ "versions": [ "1.20.*", "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ], "default": "1.21.*" } diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 990ed6033..70c180556 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -72,7 +72,8 @@ "versions": [ "1.20.*", "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ], "default": "1.21.*" }