Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Bump go-ethereum to v1.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hazim-j committed Jan 25, 2024
1 parent aebffab commit 4532c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run Geth
run: |
docker run -d --name node -p 8545:8545 \
stackupwallet/go-ethereum:v1.13.10 \
stackupwallet/go-ethereum:v1.13.11 \
--http.vhosts '*,localhost,host.docker.internal' \
--http \
--http.api eth,net,web3,debug \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:

- name: Run Geth
run: |
docker run -d -p 8545:8545 stackupwallet/go-ethereum:v1.13.10 \
docker run -d --name node -p 8545:8545 \
stackupwallet/go-ethereum:v1.13.11 \
--http.vhosts '*,localhost,host.docker.internal' \
--http \
--http.api eth,net,web3,debug \
Expand Down

0 comments on commit 4532c68

Please sign in to comment.