forked from mirror/static
chore: add env for go1.12
This commit is contained in:
parent
e53b79fb19
commit
d0344934c9
|
@ -9,13 +9,15 @@ go:
|
|||
- 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- tip
|
||||
- master
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- go: 1.11.x
|
||||
env: GO111MODULE=on
|
||||
- go: 1.12.x
|
||||
env: GO111MODULE=on
|
||||
|
||||
install:
|
||||
- go get -t -v -d
|
||||
|
|
Loading…
Reference in New Issue