Makefile: fix go modules

This commit is contained in:
Lucas Servén Marín
2019-05-03 13:03:39 +02:00
parent e0278f7bee
commit 160e0bb3e8
5 changed files with 20 additions and 6 deletions

View File

@@ -8,6 +8,11 @@ services:
go:
- 1.12.1
env:
- GO111MODULE=on
install: true
before_install:
- go get -u golang.org/x/lint/golint