set Go 1.13 as min required version (#4228)

This commit is contained in:
dongsamb
2019-12-10 16:42:55 +09:00
committed by Anton Kaliaev
parent 8b1b5b21c6
commit a61f19b12e
8 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ REPO=github.com/tendermint/tendermint
# change this to a specific release or branch
BRANCH=master
GO_VERSION=1.12
GO_VERSION=1.13
sudo apt-get update -y

View File

@@ -16,7 +16,7 @@
set BRANCH=master
set REPO=github.com/tendermint/tendermint
set GO_VERSION=1.12
set GO_VERSION=1.13
sudo pkg update

View File

@@ -13,7 +13,7 @@ REPO=github.com/tendermint/tendermint
# change this to a specific release or branch
BRANCH=master
GO_VERSION=1.12
GO_VERSION=1.13
sudo apt-get update -y
sudo apt-get install -y make