ci: Reenable Go Modules for Go 1.12
This commit is contained in:
parent
5a31f3230e
commit
3c4cadd37c
|
@ -2,6 +2,8 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.12
|
- 1.12
|
||||||
- 1.13
|
- 1.13
|
||||||
|
env:
|
||||||
|
- GO111MODULE=on
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
|
|
Loading…
Reference in New Issue