install scripts: update go version, remove upgrade cmd (#2650)

* [install scripts] update go version, remove upgrade

- upgrading OS is out of scope of installation scripts

* add missing log statement

Refs https://github.com/tendermint/tendermint/pull/2642#discussion_r225786794
This commit is contained in:
Anton Kaliaev
2018-10-17 20:47:56 +04:00
committed by Ethan Buchman
parent f60713bca8
commit d20693fb16
3 changed files with 11 additions and 12 deletions

View File

@ -949,6 +949,8 @@ func TestProposeValidBlock(t *testing.T) {
round = round + 2 // moving to the next round
ensureNewRound(newRoundCh, height, round)
t.Log("### ONTO ROUND 3")
ensureNewTimeout(timeoutWaitCh, height, round, cs1.config.TimeoutPrecommit.Nanoseconds())
round = round + 1 // moving to the next round