Skip to content

Commit

Permalink
Add CI build/test for Go 1.22 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendc authored Jun 19, 2024
1 parent 3e4f37e commit 9b4d261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.18.x", "1.21.x"]
go: ["1.18.x", "1.21.x", "1.22.x"]
include:
- go: 1.21.x
- go: 1.22.x
latest: true

steps:
Expand Down

0 comments on commit 9b4d261

Please sign in to comment.