Skip to content

Commit

Permalink
Merge pull request #7 from asherf/govers
Browse files Browse the repository at this point in the history
Run GHA workflow with newer go versions 1.22 & 1.23
  • Loading branch information
Ma11hewThomas authored Sep 11, 2024
2 parents 5f66d23 + 130fcae commit 3f53062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.19.x, 1.20.x, 1.21.x ]
go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x ]
lint-and-coverage: [ false ]
include:
- go-version: 1.22.x
Expand Down

0 comments on commit 3f53062

Please sign in to comment.