From 7b4cd1f24c7c05cd8fef8338811ae4988dbe26ad Mon Sep 17 00:00:00 2001 From: susmitamane Date: Fri, 9 May 2025 19:42:51 +0530 Subject: [PATCH] [macOS] Remove Go 1.21.*. (#12170) Co-authored-by: Susmita Mane --- images/macos/toolsets/toolset-13.json | 2 -- images/macos/toolsets/toolset-14.json | 2 -- images/macos/toolsets/toolset-15.json | 2 -- 3 files changed, 6 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index cbe2768df..df3fd5cd9 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -191,7 +191,6 @@ "x64": { "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ - "1.21.*", "1.22.*", "1.23.*", "1.24.*" @@ -200,7 +199,6 @@ "arm64": { "variable_template" : "GOROOT_{0}_{1}_ARM64", "versions": [ - "1.21.*", "1.22.*", "1.23.*", "1.24.*" diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 6d0df8cb7..92df12208 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -260,7 +260,6 @@ "x64": { "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ - "1.21.*", "1.22.*", "1.23.*", "1.24.*" @@ -269,7 +268,6 @@ "arm64": { "variable_template" : "GOROOT_{0}_{1}_ARM64", "versions": [ - "1.21.*", "1.22.*", "1.23.*", "1.24.*" diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index a7387aeae..49606d6cf 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -235,7 +235,6 @@ "x64": { "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ - "1.21.*", "1.22.*", "1.23.*", "1.24.*" @@ -244,7 +243,6 @@ "arm64": { "variable_template" : "GOROOT_{0}_{1}_ARM64", "versions": [ - "1.21.*", "1.22.*", "1.23.*", "1.24.*"