mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update CI to use go1.22. Remove go1.20 (EOL).
This commit is contained in:
parent
8f45137bea
commit
9823ebebd0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue