mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
golang 1.12.0 (#3376)
- update docker image on circleci - remove GOCACHE=off from Makefile (see: https://tip.golang.org/doc/go1.12#gocache) - update badge in readme - update in scripts/install - update Vagrantfile - update in networks/remote/integration.sh - tools/build/Makefile
This commit is contained in:
committed by
Anton Kaliaev
parent
8c9df30e28
commit
1eaa42cd25
@@ -5,7 +5,7 @@ REPO=github.com/tendermint/tendermint
|
||||
# change this to a specific release or branch
|
||||
BRANCH=master
|
||||
|
||||
GO_VERSION=1.11.4
|
||||
GO_VERSION=1.12.0
|
||||
|
||||
sudo apt-get update -y
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
set BRANCH=master
|
||||
set REPO=github.com/tendermint/tendermint
|
||||
|
||||
set GO_VERSION=1.11.4
|
||||
set GO_VERSION=1.12.0
|
||||
|
||||
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.11.4
|
||||
GO_VERSION=1.12.0
|
||||
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y make
|
||||
|
Reference in New Issue
Block a user