Merge pull request #7588 from bacongobbler/disable-gomodule

fix(Makefile): disable go modules
pull/7785/head
Matthew Fisher 6 years ago committed by GitHub
commit edeb7a475f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ TARGET_OBJS ?= darwin-amd64.tar.gz darwin-amd64.tar.gz.sha256 linux-amd64.
DIST_DIRS = find * -type d -exec
# go option
GO ?= go
GO ?= GO111MODULE=off go
PKG := $(shell glide novendor)
TAGS :=
TESTS := .

Loading…
Cancel
Save