bump 'geth' to `v1.14.3` (#6309)
- https://github.com/ethereum/go-ethereum/releases/tag/v1.14.3
This commit is contained in:
parent
c7bf6fb542
commit
7da6b70610
|
@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
|
||||||
|
|
||||||
download_geth_stable() {
|
download_geth_stable() {
|
||||||
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
|
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
|
||||||
GETH_VERSION="1.14.0-87246f3c" # https://geth.ethereum.org/downloads
|
GETH_VERSION="1.14.3-ab48ba42" # https://geth.ethereum.org/downloads
|
||||||
GETH_URL="https://gethstore.blob.core.windows.net/builds/"
|
GETH_URL="https://gethstore.blob.core.windows.net/builds/"
|
||||||
|
|
||||||
case "${OS}-${ARCH}" in
|
case "${OS}-${ARCH}" in
|
||||||
|
|
Loading…
Reference in New Issue