From 9aea7d589ea353cb7a7152804fa620b90d339611 Mon Sep 17 00:00:00 2001 From: yuk7 Date: Sun, 5 Sep 2021 18:45:02 +0900 Subject: [PATCH] Add Go 1.17 to all OSes toolsets (#3980) --- images/linux/toolsets/toolset-1604.json | 4 +++- images/linux/toolsets/toolset-1804.json | 4 +++- 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.json | 3 ++- images/win/toolsets/toolset-2016.json | 3 ++- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 9 files changed, 20 insertions(+), 9 deletions(-) diff --git a/images/linux/toolsets/toolset-1604.json b/images/linux/toolsets/toolset-1604.json index 2021bc1f..6f00356f 100644 --- a/images/linux/toolsets/toolset-1604.json +++ b/images/linux/toolsets/toolset-1604.json @@ -43,7 +43,9 @@ "versions": [ "1.13.*", "1.14.*", - "1.15.*" + "1.15.*", + "1.16.*", + "1.17.*" ], "default": "1.15.*" }, diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index 8aeab69a..20552f1e 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -43,7 +43,9 @@ "versions": [ "1.13.*", "1.14.*", - "1.15.*" + "1.15.*", + "1.16.*", + "1.17.*" ], "default": "1.15.*" }, diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index ca263e0d..7d5a4c0e 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -44,7 +44,8 @@ "versions": [ "1.14.*", "1.15.*", - "1.16.*" + "1.16.*", + "1.17.*" ], "default": "1.15.*" }, diff --git a/images/macos/toolsets/toolset-10.14.json b/images/macos/toolsets/toolset-10.14.json index 1533c723..fdef00fd 100644 --- a/images/macos/toolsets/toolset-10.14.json +++ b/images/macos/toolsets/toolset-10.14.json @@ -315,7 +315,8 @@ "1.13.*", "1.14.*", "1.15.*", - "1.16.*" + "1.16.*", + "1.17.*" ] }, { diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 89a41e6a..1f9bd21e 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -268,7 +268,8 @@ "1.13.*", "1.14.*", "1.15.*", - "1.16.*" + "1.16.*", + "1.17.*" ] }, { diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 0b45dd16..bc6b615e 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -204,7 +204,8 @@ "platform" : "darwin", "versions": [ "1.15.*", - "1.16.*" + "1.16.*", + "1.17.*" ] }, { diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index b4f0ebe9..e4579d78 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -72,7 +72,8 @@ "1.13.*", "1.14.*", "1.15.*", - "1.16.*" + "1.16.*", + "1.17.*" ], "default": "1.15.*" } diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 96379ed3..33a49e98 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -72,7 +72,8 @@ "1.13.*", "1.14.*", "1.15.*", - "1.16.*" + "1.16.*", + "1.17.*" ], "default": "1.15.*" } diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 4dd52ea1..10c9f18c 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -49,7 +49,8 @@ "platform" : "win32", "versions": [ "1.15.*", - "1.16.*" + "1.16.*", + "1.17.*" ], "default": "1.16.*" }