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