mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
.github: add dependency on lint
This commit is contained in:
parent
e5569faac7
commit
746eceaa49
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
|
||||
test-latest:
|
||||
name: Tests (Go 1.24)
|
||||
needs: lint
|
||||
runs-on: self-hosted-ghr
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -45,6 +46,7 @@ jobs:
|
|||
|
||||
test-prev:
|
||||
name: Tests (Go 1.23)
|
||||
needs: lint
|
||||
runs-on: self-hosted-ghr
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue