Force-on Go modules in CI.

This commit is contained in:
David Anderson 2019-01-22 20:42:49 -08:00
parent 663f6d5258
commit fbc01132f9

View File

@ -1,4 +1,4 @@
GOCMD:=go
GOCMD:=GO111MODULE=on go
# Local customizations to the above.
ifneq ($(wildcard Makefile.defaults),)