From 23116bafee9da066f01f51ad6acbb66809047ae7 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Thu, 25 Apr 2024 17:07:20 -0700 Subject: [PATCH] bump `geth` to `v1.14.0` (#6236) - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.0 --- scripts/geth_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geth_binaries.sh b/scripts/geth_binaries.sh index ab0fde1eb..f1b34d181 100644 --- a/scripts/geth_binaries.sh +++ b/scripts/geth_binaries.sh @@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh" download_geth_stable() { if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then - GETH_VERSION="1.13.15-c5ba367e" # https://geth.ethereum.org/downloads + GETH_VERSION="1.14.0-87246f3c" # https://geth.ethereum.org/downloads GETH_URL="https://gethstore.blob.core.windows.net/builds/" case "${OS}-${ARCH}" in