Ensure that we're using go.mod when not vendoring.

This commit is contained in:
Patrick Connolly 2018-11-05 15:54:29 +08:00
parent 4d4a2b8c44
commit b8f9e2ff3a

View File

@ -11,7 +11,7 @@ git:
depth: 200
env:
- GOOS=linux GOARCH=amd64
- GOOS=linux GOARCH=amd64 GO111MODULE=on
# - GOOS=windows GOARCH=amd64
#- GOOS=linux GOARCH=arm