Update go to 1.7.3

This commit is contained in:
Nick Craig-Wood 2016-10-20 10:59:46 +01:00
parent a4a44a41ae
commit eca9e8eb70

View File

@ -7,7 +7,7 @@ os:
go: go:
- 1.5.4 - 1.5.4
- 1.6.3 - 1.6.3
- 1.7.1 - 1.7.3
install: install:
- git fetch --unshallow --tags - git fetch --unshallow --tags
- make vars - make vars
@ -23,5 +23,5 @@ deploy:
script: make travis_beta script: make travis_beta
on: on:
branch: master branch: master
go: 1.7.1 go: 1.7.3
condition: "`uname` == 'Linux'" condition: "`uname` == 'Linux'"