From 46a8dee561f77934ce5868954bcd42d3a6e5ac01 Mon Sep 17 00:00:00 2001 From: susmitamane Date: Thu, 12 Sep 2024 02:33:59 +0530 Subject: [PATCH] [macOS] Add Go 1.23 (#10526) --- 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 0dfd31cb..ae77000a 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -288,7 +288,8 @@ "versions": [ "1.20.*", "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ] } } diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index df9ed5ef..d6cfbd10 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -187,7 +187,8 @@ "versions": [ "1.20.*", "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ] }, "arm64": { @@ -195,7 +196,8 @@ "versions": [ "1.20.*", "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ] } } diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 77560c92..8642818b 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -174,7 +174,8 @@ "versions": [ "1.20.*", "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ] }, "arm64": { @@ -182,7 +183,8 @@ "versions": [ "1.20.*", "1.21.*", - "1.22.*" + "1.22.*", + "1.23.*" ] } }