mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
fix GO_VERSION in installation scripts (#3411)
there is no such file https://storage.googleapis.com/golang/go1.12.0.linux-amd64.tar.gz Fixes #3405
This commit is contained in:
parent
676212fa8f
commit
ad3e990c6a
@ -5,7 +5,7 @@ REPO=github.com/tendermint/tendermint
|
||||
# change this to a specific release or branch
|
||||
BRANCH=master
|
||||
|
||||
GO_VERSION=1.12.0
|
||||
GO_VERSION=1.12
|
||||
|
||||
sudo apt-get update -y
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
set BRANCH=master
|
||||
set REPO=github.com/tendermint/tendermint
|
||||
|
||||
set GO_VERSION=1.12.0
|
||||
set GO_VERSION=1.12
|
||||
|
||||
sudo pkg update
|
||||
|
||||
|
@ -13,7 +13,7 @@ REPO=github.com/tendermint/tendermint
|
||||
# change this to a specific release or branch
|
||||
BRANCH=master
|
||||
|
||||
GO_VERSION=1.12.0
|
||||
GO_VERSION=1.12
|
||||
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y make
|
||||
|
Loading…
x
Reference in New Issue
Block a user