Skip to content

Commit

Permalink
CI: Test against go 1.22 (#81)
Browse files Browse the repository at this point in the history
Upgrades CI workflows to use Go versions 1.21 and 1.22.

Leave `go.mod` the same to avoid forcing upgrade beyond 1.20 for users.
  • Loading branch information
JacobOaks committed Apr 29, 2024
1 parent a22d13d commit cf4b232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20.x", "1.21.x"]
go: ["1.21.x", "1.22.x"]
include:
- go: 1.21.x
- go: 1.22.x
latest: true

steps:
Expand Down

0 comments on commit cf4b232

Please sign in to comment.