-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: use install from current HEAD for
hc-install
(#14786)
The `hc-install` tool we're using needed a patch for a specific bug, but that's since been merged. We definitely want to switch to using a standard release from that project once one is shipped with the CLI, but pinning to HEAD should keep us for now.
- Loading branch information
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,7 +137,7 @@ deps: ## Install build and development dependencies | |
go install github.com/bufbuild/buf/cmd/[email protected] | ||
go install github.com/hashicorp/go-changelog/cmd/changelog-build@latest | ||
go install golang.org/x/tools/cmd/[email protected] | ||
go install gophers.dev/cmds/hc-install/cmd/hc-install@v1.0.2 | ||
go install github.com/hashicorp/hc-install/cmd/hc-install@4487b02cbcbb92204e3416cef9852b6ad44487b2 | ||
|
||
.PHONY: lint-deps | ||
lint-deps: ## Install linter dependencies | ||
|