Use Go 1.7 for Travis and builds
This commit is contained in:
parent
588f0fb89b
commit
838d0aa3a9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ branches:
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
|
||||
env:
|
||||
- DATE=$(date '+%s') TAG="$(echo ${TRAVIS_BRANCH} | sed 's/-prerelease//g')-prerelease"
|
||||
|
|
Loading…
Reference in a new issue