From 7fc477ed2018755408f9c03aec06238e5fe6c64d Mon Sep 17 00:00:00 2001 From: ddobranic <101048884+ddobranic@users.noreply.github.com> Date: Sat, 26 Mar 2022 16:19:37 +0100 Subject: [PATCH] Add go 1.18 to MacOS (#5281) --- images/macos/toolsets/toolset-10.15.json | 3 ++- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 7a956f54..48e60f7d 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -292,7 +292,8 @@ "versions": [ "1.15.*", "1.16.*", - "1.17.*" + "1.17.*", + "1.18.*" ] }, { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index c268e9d3..13dbba39 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -261,7 +261,8 @@ "versions": [ "1.15.*", "1.16.*", - "1.17.*" + "1.17.*", + "1.18.*" ] }, { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 674d2cb6..b38a5235 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -175,7 +175,8 @@ "versions": [ "1.15.*", "1.16.*", - "1.17.*" + "1.17.*", + "1.18.*" ] }, {