Skip to content

Commit

Permalink
Merge pull request #597 from JacobOaks/joaks/use-go-122
Browse files Browse the repository at this point in the history
CI: Use Go 1.22.
  • Loading branch information
JacobOaks authored Apr 29, 2024
2 parents 454a1e3 + cf62a24 commit b8cacc6
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.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 b8cacc6

Please # to comment.