Skip to content

Commit 81d5ae0

Browse files
Added default GOPATH for the Makefile
1 parent 421808d commit 81d5ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ BUILD ?=$(shell date +%FT%T%z)
55
GOVERSION ?=$(shell go version | cut --delimiter=" " -f3)
66
COMMIT ?=$(shell git rev-parse HEAD)
77
BRANCH ?=$(shell git rev-parse --abbrev-ref HEAD)
8+
GOPATH ?=${HOME}/go
89

910
MAKE_TARS = ''
1011
CUR_DIR=$(shell pwd)

0 commit comments

Comments
 (0)