From 2edb1725c44e6683a3ffe135aeb811556c7fb6e1 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sun, 17 Oct 2021 11:01:55 +0000 Subject: [PATCH] chore: export GOPATH --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7711daac..cc611c82 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ all: build include release-tools/build.make +GOPATH ?= $(shell go env GOPATH) +GOBIN ?= $(GOPATH)/bin +export GOPATH GOBIN + .PHONY: sanity-test sanity-test: ./test/sanity/run-test.sh