From a25fd359ca6a35b2d28abe302798adf3126cc09e Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:48:01 +0200 Subject: [PATCH] add go 1.21 to toolset (#8062) --- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 64ef6091..6e53672b 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -75,7 +75,8 @@ "versions": [ "1.18.*", "1.19.*", - "1.20.*" + "1.20.*", + "1.21.*" ], "default": "1.20.*" } diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 5782aa38..945fde6c 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -69,7 +69,8 @@ "versions": [ "1.18.*", "1.19.*", - "1.20.*" + "1.20.*", + "1.21.*" ], "default": "1.20.*" }