mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use latest geth build in CI (#5219)
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
GETH_BUILD: 1.12.0-e501b3b0
|
||||
GETH_BUILD: 1.13.4-3f907d6a
|
||||
SEED: rustethereumethereumrust
|
||||
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/sanity.yml
vendored
2
.github/workflows/sanity.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
CARGO_TERM_COLOR: always
|
||||
GETH_BUILD: 1.12.0-e501b3b0
|
||||
GETH_BUILD: 1.13.4-3f907d6a
|
||||
|
||||
name: sanity
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user