Skip to content

Commit

Permalink
Merge pull request #24 from Gelio/include-go-1.22-in-ci
Browse files Browse the repository at this point in the history
ci: include go 1.22 in CI workflow
  • Loading branch information
Gelio authored Jun 10, 2024
2 parents b288b46 + 8c69f05 commit db5e8fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

## Added
### Added

- A new `--force` flag (alias: `-f`)
<https://github.com/Gelio/go-global-update/pull/23>.
Expand All @@ -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 db5e8fa

Please sign in to comment.