Skip to content

Commit

Permalink
Update go1.22 and go1.23 defaults (#579)
Browse files Browse the repository at this point in the history
* Update go1.22 and go1.23 defaults

* Update changelog
  • Loading branch information
joshwlewis authored Nov 12, 2024
1 parent a724549 commit b863174
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## [Unreleased]

* go1.23 defaults to 1.23.3
* go1.22 defaults to 1.22.9

## [v199] - 2024-11-11

* Add go1.23.3
* Add go1.22.9
* go1.23 defaults to 1.23.3
* go1.22 defaults to 1.22.9

## [v198] - 2024-10-01

Expand Down
8 changes: 4 additions & 4 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Go": {
"DefaultVersion": "go1.20.14",
"VersionExpansion": {
"go1.23": "go1.23.2",
"go1.22": "go1.22.8",
"go1.23": "go1.23.3",
"go1.22": "go1.22.9",
"go1.21": "go1.21.13",
"go1.20.0": "go1.20",
"go1.20": "go1.20.14",
Expand Down Expand Up @@ -132,8 +132,8 @@
"go1.19.13.linux-amd64.tar.gz",
"go1.20.14.linux-amd64.tar.gz",
"go1.21.13.linux-amd64.tar.gz",
"go1.22.8.linux-amd64.tar.gz",
"go1.23.2.linux-amd64.tar.gz",
"go1.22.9.linux-amd64.tar.gz",
"go1.23.3.linux-amd64.tar.gz",
"go1.4.3.linux-amd64.tar.gz",
"go1.6.4.linux-amd64.tar.gz",
"go1.7.6.linux-amd64.tar.gz",
Expand Down

0 comments on commit b863174

Please sign in to comment.