From 1483af79daa40fe37ac8d2e91e4b32bbb84086f1 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 29 Nov 2018 21:35:46 -0800 Subject: [PATCH] build: force gomodules when executing linter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e344d107..6b8c2f7f 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ fmt: lint: $(LINT_BIN) @$(call print, "Linting source.") GO111MODULE=off $(LINT_BIN) --install 1> /dev/null - test -z "$$($(LINT))" + GO111MODULE=on test -z "$$($(LINT))" list: @$(call print, "Listing commands.")