mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
set go modules var in make dep
This commit is contained in:
parent
473da013c9
commit
1911f68de6
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ all: build test
|
|||||||
tag:
|
tag:
|
||||||
echo $(TAG)
|
echo $(TAG)
|
||||||
dep:
|
dep:
|
||||||
go mod download && go mod vendor && go install -i ./vendor/...
|
env GO111MODULE=on go mod download && env GO111MODULE=on go mod vendor && go install -i ./vendor/...
|
||||||
clean:
|
clean:
|
||||||
rm -fv bin/contentserve*
|
rm -fv bin/contentserve*
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user