Skip to content

Commit

Permalink
Update CI to use go1.22. Remove go1.20 (EOL).
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Feb 14, 2024
1 parent 8f45137 commit 9823ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20', '1.21.x' ]
go-version: ['1.21.x', '1.22.x']
# goarch: [amd64, arm64]

steps:
Expand Down

0 comments on commit 9823ebe

Please sign in to comment.