From 076596cd3b2f7a766f367e9142d37b4dd271f99e Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 31 Mar 2021 11:53:41 -0400 Subject: [PATCH] Makefile: Update install steps for gox --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d143e8ed4..03e2eaefd 100644 --- a/Makefile +++ b/Makefile @@ -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