From 3b80ec9501a0dd3131575a6959a2ece5ebaa94d1 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Fri, 15 Jan 2021 10:25:25 +0300 Subject: [PATCH] deprecate go < 1.13 and node 8 (#2442) --- images/win/toolsets/toolset-2016.json | 5 ----- images/win/toolsets/toolset-2019.json | 5 ----- 2 files changed, 10 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index f727992c..c496e7dd 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -57,7 +57,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "8.*", "10.*", "12.*", "14.*" @@ -69,10 +68,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "1.9.*", - "1.10.*", - "1.11.*", - "1.12.*", "1.13.*", "1.14.*", "1.15.*" diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index b89c0f94..c05a42d2 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -57,7 +57,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "8.*", "10.*", "12.*", "14.*" @@ -69,10 +68,6 @@ "arch": "x64", "platform" : "win32", "versions": [ - "1.9.*", - "1.10.*", - "1.11.*", - "1.12.*", "1.13.*", "1.14.*", "1.15.*"