From acce34e4f2f4393e677a7858fd7f2e4033361575 Mon Sep 17 00:00:00 2001 From: Susmita Mane Date: Fri, 28 Feb 2025 14:23:10 +0530 Subject: [PATCH] [macOS] Add Go 1.24 to macOS images. --- 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 30c24a665e..1686642f3e 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -192,7 +192,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] }, "arm64": { @@ -200,7 +201,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 baf443512a..5c21f692fa 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -180,7 +180,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] }, "arm64": { @@ -188,7 +189,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 596aa44aed..a07b21f1b6 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -173,7 +173,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] }, "arm64": { @@ -181,7 +182,8 @@ "versions": [ "1.21.*", "1.22.*", - "1.23.*" + "1.23.*", + "1.24.*" ] } }