Skip to content

Commit

Permalink
CI: Use Go 1.22.
Browse files Browse the repository at this point in the history
This PR switches CI to use Go 1.22.

I chose to leave go.mod as-in to avoid requiring users to upgrade
beyond 1.20.
  • Loading branch information
JacobOaks committed Apr 29, 2024
1 parent 9adfc8c commit 19efc48
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 19efc48

Please sign in to comment.