From 213dba8dd6fe8f67ca007a0fb1c466ac5d5ab187 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:56:43 +0100 Subject: [PATCH] [macOS] remove unused go version from toolset (#9322) --- images/macos/toolsets/toolset-13.json | 3 --- images/macos/toolsets/toolset-14.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 274e9566..729375c7 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -211,9 +211,6 @@ } } ], - "go": { - "default": "1.20" - }, "node": { "default": "20" }, diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 2d3cbc45..6397d24b 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -184,9 +184,6 @@ } } ], - "go": { - "default": "1.20" - }, "node": { "default": "20" },