bump `geth` to `1.13.5` in CI (#5618)

Use stable Geth version in CI, the previous unstable one is no longer
available and fails CI builds.
This commit is contained in:
Etan Kissling 2023-11-22 22:01:40 +01:00 committed by GitHub
parent b0b8f21223
commit c81e3a556e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
download_geth_stable() {
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
GETH_VERSION="1.13.5-unstable-f20b334f" # not actually a stable version but first with macOS ARM64
GETH_VERSION="1.13.5-916d6a44" # https://geth.ethereum.org/downloads
GETH_URL="https://gethstore.blob.core.windows.net/builds/"
case "${OS}-${ARCH}" in