Skip to content

Commit

Permalink
[macos,ubuntu,windows] remove go 1.17
Browse files Browse the repository at this point in the history
Related: actions#7276

As of the software policy only 3 latest versions of Go are supported.
Go 1.17 is removed from images, 1.20 is now default Go version.
  • Loading branch information
ilia-shipitsin committed Mar 27, 2023
1 parent e8faa62 commit 825a8bc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions images/linux/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@
"arch": "x64",
"platform" : "linux",
"versions": [
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*"
],
"default": "1.17.*"
"default": "1.20.*"
},
{
"name": "Ruby",
Expand Down
3 changes: 1 addition & 2 deletions images/linux/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@
"arch": "x64",
"platform" : "linux",
"versions": [
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*"
],
"default": "1.18.*"
"default": "1.20.*"
},
{
"name": "Ruby",
Expand Down
1 change: 0 additions & 1 deletion images/macos/toolsets/toolset-12.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@
"platform" : "darwin",
"variable_template" : "GOROOT_{0}_{1}_X64",
"versions": [
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*"
Expand Down
2 changes: 1 addition & 1 deletion images/macos/toolsets/toolset-13.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
]
},
"go": {
"default": "1.18"
"default": "1.20"
},
"node": {
"default": "18"
Expand Down
3 changes: 1 addition & 2 deletions images/win/toolsets/toolset-2019.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*"
],
"default": "1.17.*"
"default": "1.20.*"
}
],
"powershellModules": [
Expand Down
3 changes: 1 addition & 2 deletions images/win/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@
"arch": "x64",
"platform" : "win32",
"versions": [
"1.17.*",
"1.18.*",
"1.19.*",
"1.20.*"
],
"default": "1.17.*"
"default": "1.20.*"
}
],
"powershellModules": [
Expand Down

0 comments on commit 825a8bc

Please sign in to comment.