CI构建最低版本要求1.9
parent
72349248ae
commit
fd39434446
|
@ -1,6 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.7.x
|
- 1.9.x
|
||||||
script: go test `go list ./... | grep -v vendor`
|
script: go test `go list ./... | grep -v vendor`
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue