From 12a7ed8c29b035b4c98ed1556a2a2db1d0a56bc8 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Wed, 3 Jul 2024 03:40:17 +0200 Subject: [PATCH] bump geth to `v1.14.6` (#6400) - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.6 --- 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 abd112538..c8d406f14 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.14.5-0dd173a7" # https://geth.ethereum.org/downloads + GETH_VERSION="1.14.6-aadddf3a" # https://geth.ethereum.org/downloads GETH_URL="https://gethstore.blob.core.windows.net/builds/" case "${OS}-${ARCH}" in