Skip to content

Commit

Permalink
Merge pull request #82 from ethereum-optimism/jg/pin_geth
Browse files Browse the repository at this point in the history
CI: Pin geth to v1.11.6
  • Loading branch information
trianglesphere authored May 18, 2023
2 parents 2c8dba5 + 292365f commit 5aa0d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-sim=<<parameters.sim>> \
-sim.loglevel=5 \
-docker.pull=true \
-client=go-ethereum,op-geth_optimism,op-proposer_develop,op-batcher_develop,op-node_develop |& tee /tmp/build/hive.log
-client=go-ethereum_v1.11.6,op-geth_optimism,op-proposer_develop,op-batcher_develop,op-node_develop |& tee /tmp/build/hive.log
- run:
command: |
tar -cvf /tmp/workspace.tgz -C /home/circleci/project /home/circleci/project/workspace
Expand Down

0 comments on commit 5aa0d8d

Please sign in to comment.