Skip to content

Commit

Permalink
ci: include go 1.22 in CI workflow
Browse files Browse the repository at this point in the history
Make sure the tool also works using go 1.22.
  • Loading branch information
Gelio committed Jun 10, 2024
1 parent b288b46 commit 36bf6af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-test:
strategy:
matrix:
go-version: ["1.18", "1.19", "1.20", "1.21", "stable"]
go-version: ["1.18", "1.19", "1.20", "1.21", "1.22", "stable"]
os: [ubuntu-latest, macos-latest, windows-latest]
# Continue other jobs if one matrix job fails
fail-fast: false
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Thanks to [@thejan2009](https://github.com/thejan2009) for suggesting this
feature.

### Internal

- Include go 1.22 in CI <https://github.com/Gelio/go-global-update/pull/24>.

## v0.2.3 (2023-09-19)

### Improvements
Expand Down

0 comments on commit 36bf6af

Please sign in to comment.