From 657dd721c03d97453ea538095ec079df546892f1 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:30:14 +0200 Subject: [PATCH] [macOS] Add Go 1.25.* (#12950) --- 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 c6d3d0224..10c127c4e 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -194,7 +194,8 @@ "versions": [ "1.22.*", "1.23.*", - "1.24.*" + "1.24.*", + "1.25.*" ] }, "arm64": { @@ -202,7 +203,8 @@ "versions": [ "1.22.*", "1.23.*", - "1.24.*" + "1.24.*", + "1.25.*" ] } } diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 9aa4572e2..829cc5f21 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -277,7 +277,8 @@ "versions": [ "1.22.*", "1.23.*", - "1.24.*" + "1.24.*", + "1.25.*" ] }, "arm64": { @@ -285,7 +286,8 @@ "versions": [ "1.22.*", "1.23.*", - "1.24.*" + "1.24.*", + "1.25.*" ] } } diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index c786c641b..18a60d961 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -264,7 +264,8 @@ "versions": [ "1.22.*", "1.23.*", - "1.24.*" + "1.24.*", + "1.25.*" ] }, "arm64": { @@ -272,7 +273,8 @@ "versions": [ "1.22.*", "1.23.*", - "1.24.*" + "1.24.*", + "1.25.*" ] } }