always use current minor Go version for Travis

This commit is contained in:
Marten Seemann
2017-05-16 11:58:50 +08:00
parent 82ce3b221b
commit fa518c244e

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