mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
Makefile: Update install steps for gox
This commit is contained in:
parent
f541cd59ed
commit
076596cd3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue