travis: run most test environments on Go 1.12 instead of 1.11 (#2847)

This commit is contained in:
Doug Fawley
2019-06-04 11:19:23 -07:00
committed by GitHub
parent 532a0b98cb
commit 73e5679828

View File

@ -3,15 +3,15 @@ language: go
matrix:
include:
- go: 1.12.x
env: GO111MODULE=on
- go: 1.11.x
env: VET=1 GO111MODULE=on
- go: 1.11.x
- go: 1.12.x
env: RACE=1 GO111MODULE=on
- go: 1.11.x
- go: 1.12.x
env: RUN386=1
- go: 1.11.x
- go: 1.12.x
env: GRPC_GO_RETRY=on
- go: 1.11.x
env: GO111MODULE=on
- go: 1.10.x
- go: 1.9.x
- go: 1.9.x