Skip to content

Commit 8bf84e2

Browse files
authored
fix: update go licenses to v2 (#726)
1 parent db9e6b8 commit 8bf84e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ TERRAFORM_VERSION=v1.13.4# renovate datasource=github-tags depName=hashicorp/ter
444444
CONTROLLER_TOOLS_VERSION=v0.17.3# renovate datasource=go depName=sigs.k8s.io/controller-tools
445445
CRD_REF_DOCS_VERSION=v0.2.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs
446446
GOLANGCI_LINT_VERSION=v2.2.2# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
447-
GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses
447+
GO_LICENSES_VERSION=v2.0.1# renovate datasource=go depName=github.com/google/go-licenses/v2
448448

449449
KUSTOMIZE_VERSION=v5.6.0# don't manage with renovate, this repo has non-standard tags
450450

@@ -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@$(GO_LICENSES_VERSION)
506+
test -s $@ || GOBIN=$(LOCALBIN) go install github.com/google/go-licenses/v2@$(GO_LICENSES_VERSION)
507507

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

0 commit comments

Comments
 (0)