Makefile: Update install steps for gox

This commit is contained in:
Wilken Rivera 2021-03-31 11:53:41 -04:00
parent f541cd59ed
commit 076596cd3b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ package:
@sh -c "$(CURDIR)/scripts/dist.sh $(VERSION)"
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
# to avoid having to tidy our go deps, we `go get` our binaries from a temp