From 1b3b2aea359629a7d3b6d87fbfdd88f0c90d7f92 Mon Sep 17 00:00:00 2001 From: Jacob Greenleaf Date: Wed, 12 Dec 2018 17:20:43 -0800 Subject: [PATCH] Switch precedence of GOIMPORTS to prefer pinned version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cd613044..af7a4a6b6 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ generate: @./node_modules/.bin/uber-licence --file "production.gen.go" --dir "config" > /dev/null @go-bindata -pkg templates -nocompress -modtime 1 -prefix codegen/templates -o codegen/template_bundle/template_files.go codegen/templates/... @gofmt -w -e -s "codegen/template_bundle/template_files.go" - @PATH=$(PATH):$(GOIMPORTS) bash ./scripts/generate.sh + @PATH=$(GOIMPORTS):$(PATH) bash ./scripts/generate.sh .PHONY: check-generate check-generate: