bump 'geth' to `v1.14.5` (#6327)

- https://github.com/ethereum/go-ethereum/releases/tag/v1.14.5
This commit is contained in:
Etan Kissling 2024-06-07 02:37:04 +02:00 committed by GitHub
parent f97703e6ae
commit e7e69daf95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
download_geth_stable() {
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
GETH_VERSION="1.14.4-5550d839" # https://geth.ethereum.org/downloads
GETH_VERSION="1.14.5-0dd173a7" # https://geth.ethereum.org/downloads
GETH_URL="https://gethstore.blob.core.windows.net/builds/"
case "${OS}-${ARCH}" in