update Go version for CI

This commit is contained in:
Fabian Reinartz 2016-08-29 08:10:35 +02:00 committed by GitHub
parent c5b7fccd20
commit 91a6ade697
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ sudo: false
language: go language: go
go: go:
- 1.5.4 - 1.6
- 1.6.2 - 1.7
script: script:
- go test -short ./... - go test -short ./...