We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b05a64 commit 3ea2e14Copy full SHA for 3ea2e14
1 file changed
Makefile
@@ -503,7 +503,7 @@ $(GOLANGCI_LINT): $(LOCALBIN)
503
.PHONY: go-licenses
504
go-licenses: $(GO_LICENSES) ## Download controller-gen locally if necessary.
505
$(GO_LICENSES): $(LOCALBIN)
506
- test -s $@ || GOBIN=$(LOCALBIN) go install github.com/google/go-licenses/v2/cmd/go-licenses@$(GO_LICENSES_VERSION)
+ test -s $@ || GOBIN=$(LOCALBIN) go install github.com/google/go-licenses/cmd/go-licenses@$(GO_LICENSES_VERSION)
507
508
##
509
# Tools that need to be installed on the development machine
0 commit comments