Skip to content

Commit

Permalink
bump geth to 1.13.5 in CI (#5618)
Browse files Browse the repository at this point in the history
Use stable Geth version in CI, the previous unstable one is no longer
available and fails CI builds.
  • Loading branch information
etan-status authored Nov 22, 2023
1 parent b0b8f21 commit c81e3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/geth_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c81e3a5

Please sign in to comment.