From b349624d7ba1bc6930ae8647119e9e89d696c6dc Mon Sep 17 00:00:00 2001 From: Andy Mishechkin <57713077+andy-mishechkin@users.noreply.github.com> Date: Fri, 5 Feb 2021 20:30:36 +0400 Subject: [PATCH] [windows] Go default version is set to 1.15 (#2635) --- images/win/toolsets/toolset-2016.json | 2 +- images/win/toolsets/toolset-2019.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index c3efc743..63f51586 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -72,7 +72,7 @@ "1.14.*", "1.15.*" ], - "default": "1.14.*" + "default": "1.15.*" }, { "name": "Boost", diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index df7f0533..914f5416 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -72,7 +72,7 @@ "1.14.*", "1.15.*" ], - "default": "1.14.*" + "default": "1.15.*" }, { "name": "Boost",