Makefile: Update install steps for gox
This commit is contained in:
parent
f541cd59ed
commit
076596cd3b
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ package:
|
||||||
@sh -c "$(CURDIR)/scripts/dist.sh $(VERSION)"
|
@sh -c "$(CURDIR)/scripts/dist.sh $(VERSION)"
|
||||||
|
|
||||||
install-build-deps: ## Install dependencies for bin build
|
install-build-deps: ## Install dependencies for bin build
|
||||||
@go get github.com/mitchellh/gox
|
@go install github.com/mitchellh/gox@v1.0.1
|
||||||
|
|
||||||
install-gen-deps: ## Install dependencies for code generation
|
install-gen-deps: ## Install dependencies for code generation
|
||||||
# to avoid having to tidy our go deps, we `go get` our binaries from a temp
|
# to avoid having to tidy our go deps, we `go get` our binaries from a temp
|
||||||
|
|
Loading…
Reference in New Issue