mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-19 19:09:08 +00:00
Bump geth to v1.14.12
(#6716)
- https://github.com/ethereum/go-ethereum/releases/tag/v1.14.12
This commit is contained in:
parent
d5acf8ef95
commit
e612e43668
@ -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.11-f3c696fa" # https://geth.ethereum.org/downloads
|
GETH_VERSION="1.14.12-293a300d" # 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…
x
Reference in New Issue
Block a user