Skip to content

Commit

Permalink
Merge pull request ethereum#16 from flashbots/ci/update-go-1.22
Browse files Browse the repository at this point in the history
Update CI to use go1.22. Remove go1.20 (EOL).
  • Loading branch information
ferranbt authored Feb 14, 2024
2 parents 8f45137 + 9823ebe commit 75ecca1
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 75ecca1

Please sign in to comment.