Skip to content

Commit 3ea2e14

Browse files
committed
fix go install LOCALBIN path
1 parent 8b05a64 commit 3ea2e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ $(GOLANGCI_LINT): $(LOCALBIN)
503503
.PHONY: go-licenses
504504
go-licenses: $(GO_LICENSES) ## Download controller-gen locally if necessary.
505505
$(GO_LICENSES): $(LOCALBIN)
506-
test -s $@ || GOBIN=$(LOCALBIN) go install github.com/google/go-licenses/v2/cmd/go-licenses@$(GO_LICENSES_VERSION)
506+
test -s $@ || GOBIN=$(LOCALBIN) go install github.com/google/go-licenses/cmd/go-licenses@$(GO_LICENSES_VERSION)
507507

508508
##
509509
# Tools that need to be installed on the development machine

0 commit comments

Comments
 (0)