Skip to content

Commit 2500c5b

Browse files
committed
update tools
Signed-off-by: bakito <[email protected]>
1 parent 01c03c7 commit 2500c5b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ MOCKGEN ?= $(LOCALBIN)/mockgen
4242
SEMVER ?= $(LOCALBIN)/semver
4343

4444
## Tool Versions
45-
GINKGO_VERSION ?= v2.17.3
46-
GOLANGCI_LINT_VERSION ?= v1.58.1
47-
GORELEASER_VERSION ?= v1.26.0
45+
GINKGO_VERSION ?= v2.19.0
46+
GOLANGCI_LINT_VERSION ?= v1.59.1
47+
GORELEASER_VERSION ?= v2.0.1
4848
HELM_DOCS_VERSION ?= v1.13.1
4949
MOCKGEN_VERSION ?= v0.4.0
5050
SEMVER_VERSION ?= v1.1.3
@@ -61,7 +61,7 @@ $(GOLANGCI_LINT): $(LOCALBIN)
6161
.PHONY: goreleaser
6262
goreleaser: $(GORELEASER) ## Download goreleaser locally if necessary.
6363
$(GORELEASER): $(LOCALBIN)
64-
test -s $(LOCALBIN)/goreleaser || GOBIN=$(LOCALBIN) go install github.com/goreleaser/goreleaser@$(GORELEASER_VERSION)
64+
test -s $(LOCALBIN)/goreleaser || GOBIN=$(LOCALBIN) go install github.com/goreleaser/goreleaser/v2@$(GORELEASER_VERSION)
6565
.PHONY: helm-docs
6666
helm-docs: $(HELM_DOCS) ## Download helm-docs locally if necessary.
6767
$(HELM_DOCS): $(LOCALBIN)
@@ -88,10 +88,10 @@ update-toolbox-tools:
8888
toolbox makefile -f $(LOCALDIR)/Makefile \
8989
github.com/onsi/ginkgo/v2/ginkgo \
9090
github.com/golangci/golangci-lint/cmd/golangci-lint \
91-
github.com/goreleaser/goreleaser \
9291
github.com/norwoodj/helm-docs/cmd/helm-docs \
9392
go.uber.org/mock/[email protected]/uber-go/mock \
94-
github.com/bakito/semver
93+
github.com/bakito/semver \
94+
github.com/goreleaser/goreleaser/v2
9595
## toolbox - end
9696

9797
build:

0 commit comments

Comments
 (0)