Skip to content

Commit

Permalink
chore: use latest geth build in CI (paradigmxyz#5219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 29, 2023
1 parent 094d91b commit 7039aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7039aac

Please sign in to comment.