Add Go 1.17 to all OSes toolsets (#3980)

This commit is contained in:
yuk7
2021-09-05 18:45:02 +09:00
committed by GitHub
parent 6968a424be
commit 9aea7d589e
9 changed files with 20 additions and 9 deletions

View File

@@ -43,7 +43,9 @@
"versions": [
"1.13.*",
"1.14.*",
"1.15.*"
"1.15.*",
"1.16.*",
"1.17.*"
],
"default": "1.15.*"
},

View File

@@ -43,7 +43,9 @@
"versions": [
"1.13.*",
"1.14.*",
"1.15.*"
"1.15.*",
"1.16.*",
"1.17.*"
],
"default": "1.15.*"
},

View File

@@ -44,7 +44,8 @@
"versions": [
"1.14.*",
"1.15.*",
"1.16.*"
"1.16.*",
"1.17.*"
],
"default": "1.15.*"
},

View File

@@ -315,7 +315,8 @@
"1.13.*",
"1.14.*",
"1.15.*",
"1.16.*"
"1.16.*",
"1.17.*"
]
},
{

View File

@@ -268,7 +268,8 @@
"1.13.*",
"1.14.*",
"1.15.*",
"1.16.*"
"1.16.*",
"1.17.*"
]
},
{

View File

@@ -204,7 +204,8 @@
"platform" : "darwin",
"versions": [
"1.15.*",
"1.16.*"
"1.16.*",
"1.17.*"
]
},
{

View File

@@ -72,7 +72,8 @@
"1.13.*",
"1.14.*",
"1.15.*",
"1.16.*"
"1.16.*",
"1.17.*"
],
"default": "1.15.*"
}

View File

@@ -72,7 +72,8 @@
"1.13.*",
"1.14.*",
"1.15.*",
"1.16.*"
"1.16.*",
"1.17.*"
],
"default": "1.15.*"
}

View File

@@ -49,7 +49,8 @@
"platform" : "win32",
"versions": [
"1.15.*",
"1.16.*"
"1.16.*",
"1.17.*"
],
"default": "1.16.*"
}