Skip to content

Commit

Permalink
Add go 1.22 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Feb 22, 2024
1 parent 24b4362 commit 9eaf4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x]
go: [1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
steps:
Expand Down
2 changes: 1 addition & 1 deletion changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
== wip v0.30.0: New Features

As the releases before, this release has 100% test coverage.
Tested with Go 1.16, 1.17, 1.18, 1.19, 1.20 and 1.21.
Tested with Go 1.16, 1.17, 1.18, 1.19, 1.20, 1.21 and 1.22.

=== New Features

Expand Down

0 comments on commit 9eaf4df

Please sign in to comment.