From 8c0f7bb0320e7c1c03f279260b6e428fb89467e9 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Thu, 23 Feb 2023 19:45:43 +0100 Subject: [PATCH] [macOS] add go 1.20 to toolsets (#7184) --- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index f131d8153..797c55116 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -285,7 +285,8 @@ "versions": [ "1.17.*", "1.18.*", - "1.19.*" + "1.19.*", + "1.20.*" ] }, { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 698aa1273..fb9a4779a 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -263,7 +263,8 @@ "versions": [ "1.17.*", "1.18.*", - "1.19.*" + "1.19.*", + "1.20.*" ] }, {