ci: set GO111MODULE=on

This commit is contained in:
Michael McLoughlin
2019-01-06 19:15:27 -08:00
parent 80a1adc4bb
commit 76db5bb03f

View File

@@ -1,6 +1,8 @@
language: go
go:
- 1.11.1
env:
- GO111MODULE=on
install:
- ./script/bootstrap
script: