mirror of https://github.com/grpc/grpc-go.git
travis: add Go 1.12.x to CI (#2671)
This commit is contained in:
parent
a618c37a27
commit
2369d0a0a1
|
@ -2,7 +2,7 @@ language: go
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.12beta2
|
||||
- go: 1.12.x
|
||||
env: GO111MODULE=on
|
||||
- go: 1.11.x
|
||||
env: VET=1 GO111MODULE=on
|
||||
|
|
Loading…
Reference in New Issue