aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8229102..ac8be99 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
12# limitations under the License. 12# limitations under the License.
13 13
14GO ?= GO15VENDOREXPERIMENT=1 go 14GO ?= GO15VENDOREXPERIMENT=1 go
15GOPATH := $(firstword $(subst :, ,$(GOPATH))) 15GOPATH := $(firstword $(subst :, ,$(shell $(GO) env GOPATH)))
16 16
17PROMU ?= $(GOPATH)/bin/promu 17PROMU ?= $(GOPATH)/bin/promu
18STATICCHECK ?= $(GOPATH)/bin/staticcheck 18STATICCHECK ?= $(GOPATH)/bin/staticcheck