Allow for default GOPATH
@ -13,6 +13,7 @@ GOTAGS ?=
GOFILES ?= $(shell go list ./... | grep -v /vendor/)
GOOS=$(shell go env GOOS)
GOARCH=$(shell go env GOARCH)
GOPATH=$(shell go env GOPATH)
# Get the git commit
GIT_COMMIT=$(shell git rev-parse --short HEAD)