From aa72ffdfa5ca22b0f2abdc13b31c807b7a04b965 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Thu, 4 Aug 2022 22:00:36 +0200 Subject: [PATCH] [Windows] Add go 1.19 (#6017) --- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 9fcb22153..0fc1fce31 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -74,7 +74,8 @@ "versions": [ "1.16.*", "1.17.*", - "1.18.*" + "1.18.*", + "1.19.*" ], "default": "1.17.*" } diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 3b99dd55c..49b0f02d6 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -66,7 +66,8 @@ "versions": [ "1.16.*", "1.17.*", - "1.18.*" + "1.18.*", + "1.19.*" ], "default": "1.17.*" }