Merge pull request #234 from prometheus/fabxc-patch-1
update Go version for CI
This commit is contained in:
commit
ea6e1db4cb
|
@ -2,8 +2,8 @@ sudo: false
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.5.4
|
- 1.6.3
|
||||||
- 1.6.2
|
- 1.7
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -short ./...
|
- go test -short ./...
|
||||||
|
|
Loading…
Reference in New Issue