From cd7928f180d275882a359057e18ea7a94ceb4259 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 15 Apr 2018 17:14:18 +0100 Subject: [PATCH] make: default to default go path (#1681) if GOPATH is not set use $HOME/go which is the current default in Go. Fixes #1642 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5baf80ae1..6b06cd8f2 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ BINARY:=coredns SYSTEM:= CHECKS:=check godeps VERBOSE:=-v +GOPATH?=$(HOME)/go all: coredns