From 18c1c43509fa054a01699b2ad3bc4a523f2b5d06 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:50:47 +0200 Subject: [PATCH] add go 1.21 to toolset (#8063) --- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- images/macos/toolsets/toolset-13.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index b27da27b..fda5bd37 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -287,7 +287,8 @@ "versions": [ "1.18.*", "1.19.*", - "1.20.*" + "1.20.*", + "1.21.*" ] } } diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 56ebe460..6ef6bd08 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -274,7 +274,8 @@ "versions": [ "1.18.*", "1.19.*", - "1.20.*" + "1.20.*", + "1.21.*" ] } } diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index a8c80dc1..f2b21304 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -177,7 +177,8 @@ "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ "1.19.*", - "1.20.*" + "1.20.*", + "1.21.*" ] }, "arm64": {