Commit 24c43f0f authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #6039 from ethereum-optimism/feat/update-geth-devnet

ops: update L1 geth for devnet
parents 44bc39cc 3bc0e31c
...@@ -1008,7 +1008,7 @@ jobs: ...@@ -1008,7 +1008,7 @@ jobs:
steps: steps:
- checkout - checkout
- check-changed: - check-changed:
patterns: op-(.+),packages patterns: op-(.+),packages,ops-bedrock
- run: - run:
name: Install latest golang name: Install latest golang
command: | command: |
......
FROM ethereum/client-go:v1.11.2 FROM ethereum/client-go:v1.12.0
RUN apk add --no-cache jq RUN apk add --no-cache jq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment