use unstable Geth version in CI for capella and eip4844 support (#4415)

This commit is contained in:
tersec 2022-12-13 00:55:33 +00:00 committed by GitHub
parent 478e6f7c38
commit 2b7e2499d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -450,12 +450,12 @@ fi
download_geth() {
GETH_VERSION="1.11.0-unstable-262bd38f"
GETH_VERSION="1.10.18-de23cf91"
# "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.18-de23cf91.tar.gz"
# "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.10.18-de23cf91.tar.gz"
# "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.10.18-de23cf91.zip"
# https://geth.ethereum.org/downloads/
# "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.11.0-unstable-262bd38f.tar.gz"
# "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.11.0-unstable-262bd38f.tar.gz"
# "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.11.0-unstable-262bd38f.zip"
GETH_URL="https://gethstore.blob.core.windows.net/builds/"