Merge pull request #622 from lucas-clemente/travis-goversion

always use current minor Go version for Travis
This commit is contained in:
Marten Seemann
2017-05-16 16:18:08 +08:00
committed by GitHub

View File

@@ -10,8 +10,8 @@ services:
- docker
go:
- 1.7.5
- 1.8.1
- 1.7.x
- 1.8.x
# first part of the GOARCH workaround
# setting the GOARCH directly doesn't work, since the value will be overwritten later