From 9afe538f3838859b7553cf075b13c26fdecf19af Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Wed, 5 Jun 2024 14:03:49 +0200 Subject: [PATCH] bump 'geth' to `v1.14.4` (#6326) - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.4 --- 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 52b25ff2c..6e3671d04 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.3-ab48ba42" # https://geth.ethereum.org/downloads + GETH_VERSION="1.14.4-5550d839" # https://geth.ethereum.org/downloads GETH_URL="https://gethstore.blob.core.windows.net/builds/" case "${OS}-${ARCH}" in