build: use new version of hc-install (#12937)

https://github.com/shoenig/hc-install/pull/2

Uses new version of hc-install which supports the new
json content type reported by api.releases.hashicorp.com
This commit is contained in:
Seth Hoenig
2022-05-10 14:28:29 -05:00
committed by GitHub
parent 992c2f6c62
commit 894c2e61dd

View File

@@ -137,7 +137,7 @@ deps: ## Install build and development dependencies
go install github.com/bufbuild/buf/cmd/buf@v0.36.0
go install github.com/hashicorp/go-changelog/cmd/changelog-build@latest
go install golang.org/x/tools/cmd/stringer@v0.1.8
go install gophers.dev/cmds/hc-install/cmd/hc-install@v1.0.1
go install gophers.dev/cmds/hc-install/cmd/hc-install@v1.0.2
.PHONY: lint-deps
lint-deps: ## Install linter dependencies