forked from mirror/client_golang
update Go version for CI
This commit is contained in:
parent
c5b7fccd20
commit
91a6ade697
|
@ -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 ./...
|
||||||
|
|
Loading…
Reference in New Issue