ci: Reenable Go Modules for Go 1.12

This commit is contained in:
Marius 2019-09-16 12:16:53 +02:00
parent 5a31f3230e
commit 3c4cadd37c
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ language: go
go:
- 1.12
- 1.13
env:
- GO111MODULE=on
os:
- linux
- windows