From 1489b3b53cc3faee313617b7264e3c80137aa2e4 Mon Sep 17 00:00:00 2001 From: susmitamane Date: Fri, 7 Mar 2025 19:31:05 +0530 Subject: [PATCH] [macOS] Add Go 1.24 to macOS images. (#11745) Co-authored-by: Susmita Mane --- images/macos/toolsets/toolset-13.json | 6 ++++-- images/macos/toolsets/toolset-14.json | 6 ++++-- images/macos/toolsets/toolset-15.json | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 0dba4b7e..2143e189 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -193,7 +193,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] }, "arm64": { @@ -201,7 +202,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] } } diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 5070a285..4772d25b 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -181,7 +181,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] }, "arm64": { @@ -189,7 +190,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] } } diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index 300867d0..db8f8559 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -174,7 +174,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] }, "arm64": { @@ -182,7 +183,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] } }