From a871273c9d186fd1568541a3b3e8dce05e394f93 Mon Sep 17 00:00:00 2001 From: Leonid Lapshin Date: Fri, 19 Feb 2021 21:34:08 +0300 Subject: [PATCH] Added Go 1.16 to all OSes toolsets (#2730) * added Go 1.16 to all OSes toolsets * removed Go 1.16 from Ubuntu 16 and 18 due to image capacity Co-authored-by: Leonid Lapshin --- images/linux/toolsets/toolset-2004.json | 3 ++- images/macos/toolsets/toolset-10.14.json | 3 ++- images/macos/toolsets/toolset-10.15.json | 3 ++- images/macos/toolsets/toolset-11.0.json | 3 ++- images/win/toolsets/toolset-2016.json | 3 ++- images/win/toolsets/toolset-2019.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 0566dc16..67f1c31f 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -43,7 +43,8 @@ "platform" : "linux", "versions": [ "1.14.*", - "1.15.*" + "1.15.*", + "1.16.*" ], "default": "1.15.*" }, diff --git a/images/macos/toolsets/toolset-10.14.json b/images/macos/toolsets/toolset-10.14.json index acc40851..b8272a20 100644 --- a/images/macos/toolsets/toolset-10.14.json +++ b/images/macos/toolsets/toolset-10.14.json @@ -304,7 +304,8 @@ "versions": [ "1.13.*", "1.14.*", - "1.15.*" + "1.15.*", + "1.16.*" ] }, { diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index bc7520cf..6ddf5486 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -250,7 +250,8 @@ "versions": [ "1.13.*", "1.14.*", - "1.15.*" + "1.15.*", + "1.16.*" ] }, { diff --git a/images/macos/toolsets/toolset-11.0.json b/images/macos/toolsets/toolset-11.0.json index d718fd0e..ad2f2846 100644 --- a/images/macos/toolsets/toolset-11.0.json +++ b/images/macos/toolsets/toolset-11.0.json @@ -163,7 +163,8 @@ "arch": "x64", "platform" : "darwin", "versions": [ - "1.15.*" + "1.15.*", + "1.16.*" ] }, { diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index f65b87e9..f9ed706b 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -71,7 +71,8 @@ "versions": [ "1.13.*", "1.14.*", - "1.15.*" + "1.15.*", + "1.16.*" ], "default": "1.15.*" }, diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 8a1de5df..7fc01099 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -71,7 +71,8 @@ "versions": [ "1.13.*", "1.14.*", - "1.15.*" + "1.15.*", + "1.16.*" ], "default": "1.15.*" },