From e612e4366881a903d344916bc4a9dc084aef3594 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Fri, 22 Nov 2024 04:09:56 +0100 Subject: [PATCH] Bump geth to `v1.14.12` (#6716) - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.12 --- 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 cf5df3201..161392866 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.11-f3c696fa" # https://geth.ethereum.org/downloads + GETH_VERSION="1.14.12-293a300d" # https://geth.ethereum.org/downloads GETH_URL="https://gethstore.blob.core.windows.net/builds/" case "${OS}-${ARCH}" in