Merge pull request #16 from flashbots/ci/update-go-1.22

Update CI to use go1.22. Remove go1.20 (EOL).
This commit is contained in:
Ferran Borreguero 2024-02-14 15:52:29 +00:00 committed by GitHub
commit 75ecca1bea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: