mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Allow for default GOPATH
This commit is contained in:
parent
96b47875ad
commit
d11a664e25
@ -13,6 +13,7 @@ GOTAGS ?=
|
|||||||
GOFILES ?= $(shell go list ./... | grep -v /vendor/)
|
GOFILES ?= $(shell go list ./... | grep -v /vendor/)
|
||||||
GOOS=$(shell go env GOOS)
|
GOOS=$(shell go env GOOS)
|
||||||
GOARCH=$(shell go env GOARCH)
|
GOARCH=$(shell go env GOARCH)
|
||||||
|
GOPATH=$(shell go env GOPATH)
|
||||||
|
|
||||||
# Get the git commit
|
# Get the git commit
|
||||||
GIT_COMMIT=$(shell git rev-parse --short HEAD)
|
GIT_COMMIT=$(shell git rev-parse --short HEAD)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user