💚 使用 go 1.12 进行 CI
This commit is contained in:
parent
c62d40e3a9
commit
73f873c62f
|
@ -1,9 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.9.x
|
- 1.12
|
||||||
- 1.10.x
|
|
||||||
- 1.11.x
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
|
|
Loading…
Reference in New Issue