From 04da57c694c573e3d0b5dac6ba51f6347944646a Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:38:51 +0100 Subject: [PATCH] [macOS] add go 1.22 (#9320) --- images/macos/toolsets/toolset-12.json | 3 ++- images/macos/toolsets/toolset-13.json | 6 ++++-- images/macos/toolsets/toolset-14.json | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index e02723f8b..e1a6ae455 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -281,7 +281,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] } } diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 729375c77..e2e71afa4 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -186,7 +186,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] }, "arm64": { @@ -194,7 +195,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] } } diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 6397d24b9..09f86dad7 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -160,14 +160,16 @@ "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] }, "arm64": { "variable_template" : "GOROOT_{0}_{1}_ARM64", "versions": [ "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] } }