From 9405db0ad64a438253ce49c12373cf3913d32a72 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Thu, 4 Aug 2022 22:00:05 +0200 Subject: [PATCH] [macOS] Add Go 1.19 (#6018) --- 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 c79617d6..cf777afb 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -282,7 +282,8 @@ "versions": [ "1.16.*", "1.17.*", - "1.18.*" + "1.18.*", + "1.19.*" ] }, { diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index a2473b21..651e794c 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -215,7 +215,8 @@ "versions": [ "1.16.*", "1.17.*", - "1.18.*" + "1.18.*", + "1.19.*" ] }, {