From 3863373575c89e172a734ba71cf516c572288a54 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Wed, 21 Feb 2024 22:06:31 +0100 Subject: [PATCH] bump `geth` to `v1.13.13` (#5944) - https://github.com/ethereum/go-ethereum/releases/tag/v1.13.13 --- 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 0476a6671..9ce43b988 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.12-02eb36af" # https://geth.ethereum.org/downloads + GETH_VERSION="1.13.13-7f131dcb" # https://geth.ethereum.org/downloads GETH_URL="https://gethstore.blob.core.windows.net/builds/" case "${OS}-${ARCH}" in