From 0363026f158604416f9804f5e78ca7da19f755e9 Mon Sep 17 00:00:00 2001 From: Maksim Shilov <89912354+shilovmaksim@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:10:01 +0300 Subject: [PATCH] Removing go versions less than 1.15 (#4407) --- images/win/toolsets/toolset-2016.json | 2 -- images/win/toolsets/toolset-2019.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index bb347a2bc..020f525de 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -72,8 +72,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "1.13.*", - "1.14.*", "1.15.*", "1.16.*", "1.17.*" diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 1f34c2f75..bf5a027de 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -72,8 +72,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "1.13.*", - "1.14.*", "1.15.*", "1.16.*", "1.17.*"