From 894c2e61dd03c9fad460d64a130dab807c4e428b Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 10 May 2022 14:28:29 -0500 Subject: [PATCH] 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 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index d8cd25853..fd3e973eb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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