travis: add Go 1.12.x to CI (#2671)

This commit is contained in:
田欧 2019-03-08 05:31:25 +08:00 committed by Doug Fawley
parent a618c37a27
commit 2369d0a0a1
1 changed files with 1 additions and 1 deletions

View File

@ -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