Skip to content

Commit

Permalink
[ubuntu] 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 a1192ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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

0 comments on commit a1192ea

Please sign in to comment.