From cd5e5fc28650b533a2ea39c041361a9468fdbdf2 Mon Sep 17 00:00:00 2001 From: Maksim Shilov <89912354+shilovmaksim@users.noreply.github.com> Date: Tue, 2 Nov 2021 21:32:26 +0300 Subject: [PATCH] Removing go versions less than 1.15 - macos (#4409) --- images/macos/toolsets/toolset-10.14.json | 2 -- images/macos/toolsets/toolset-10.15.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/images/macos/toolsets/toolset-10.14.json b/images/macos/toolsets/toolset-10.14.json index b3ddd3f0..4db0578a 100644 --- a/images/macos/toolsets/toolset-10.14.json +++ b/images/macos/toolsets/toolset-10.14.json @@ -333,8 +333,6 @@ "platform" : "darwin", "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ - "1.13.*", - "1.14.*", "1.15.*", "1.16.*", "1.17.*" diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 2e5f1b90..1cd9f996 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -287,8 +287,6 @@ "platform" : "darwin", "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ - "1.13.*", - "1.14.*", "1.15.*", "1.16.*", "1.17.*"