bump geth to `v1.14.10` (#6589)
- https://github.com/ethereum/go-ethereum/releases/tag/v1.14.8 - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.9 - https://github.com/ethereum/go-ethereum/releases/tag/v1.14.10
This commit is contained in:
parent
7abf899a66
commit
ce9e377ebe
|
@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
|
|||
|
||||
download_geth_stable() {
|
||||
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
|
||||
GETH_VERSION="1.14.7-aa55f5ea" # https://geth.ethereum.org/downloads
|
||||
GETH_VERSION="1.14.10-1015a42d" # https://geth.ethereum.org/downloads
|
||||
GETH_URL="https://gethstore.blob.core.windows.net/builds/"
|
||||
|
||||
case "${OS}-${ARCH}" in
|
||||
|
|
Loading…
Reference in New Issue