From 6c0a78e1c76d32e211688f116c76ee19382dc929 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi <121864472+sergei-pyshnoi@users.noreply.github.com> Date: Fri, 24 Feb 2023 08:34:36 +0100 Subject: [PATCH] add go 1.20 to toolsets (#7186) --- 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 62baee084..a98bb2f36 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -76,7 +76,8 @@ "versions": [ "1.17.*", "1.18.*", - "1.19.*" + "1.19.*", + "1.20.*" ], "default": "1.17.*" } diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index bf05a09a7..3ad212bdc 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -68,7 +68,8 @@ "versions": [ "1.17.*", "1.18.*", - "1.19.*" + "1.19.*", + "1.20.*" ], "default": "1.17.*" }