Unverified Commit 725cd915 authored by Matthew Fisher's avatar Matthew Fisher
Browse files

fix(Makefile): disable go modules


required on more modern versions of Go where `go mod` is enabled by default.

Signed-off-by: default avatarMatthew Fisher <matt.fisher@microsoft.com>
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 := .
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment