From b19da9c52d42c5098d335164bc87257b23c750ff Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:03:27 +0200 Subject: [PATCH] [macos] Remove Go 1.18x (#8300) --- images/macos/toolsets/toolset-11.json | 1 - images/macos/toolsets/toolset-12.json | 1 - 2 files changed, 2 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index ce054096..fb31c4ed 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -285,7 +285,6 @@ "x64": { "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ - "1.18.*", "1.19.*", "1.20.*", "1.21.*" diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 075f7527..9852756f 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -272,7 +272,6 @@ "x64": { "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ - "1.18.*", "1.19.*", "1.20.*", "1.21.*"