From 5d0008a9b4b77ccdad8ae7a8d2467442fded4a3c Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Fri, 10 Nov 2023 09:57:29 -0500 Subject: [PATCH] tools: bump version of `hc-install` (#19063) The version we have of `hc-install` doesn't allow installing Enterprise binaries. Upgrade so that this is available to the development team and to our E2E tests in the Enterprise repo. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 90702c093..99abf6e26 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -139,7 +139,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.12 - go install github.com/hashicorp/hc-install/cmd/hc-install@v0.5.0 + go install github.com/hashicorp/hc-install/cmd/hc-install@v0.6.1 go install github.com/shoenig/go-modtool@v0.1.1 .PHONY: lint-deps