Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
Signed-off-by: bakito <[email protected]>
  • Loading branch information
bakito committed Jul 2, 2024
1 parent 01c03c7 commit 2500c5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ MOCKGEN ?= $(LOCALBIN)/mockgen
SEMVER ?= $(LOCALBIN)/semver

## Tool Versions
GINKGO_VERSION ?= v2.17.3
GOLANGCI_LINT_VERSION ?= v1.58.1
GORELEASER_VERSION ?= v1.26.0
GINKGO_VERSION ?= v2.19.0
GOLANGCI_LINT_VERSION ?= v1.59.1
GORELEASER_VERSION ?= v2.0.1
HELM_DOCS_VERSION ?= v1.13.1
MOCKGEN_VERSION ?= v0.4.0
SEMVER_VERSION ?= v1.1.3
Expand All @@ -61,7 +61,7 @@ $(GOLANGCI_LINT): $(LOCALBIN)
.PHONY: goreleaser
goreleaser: $(GORELEASER) ## Download goreleaser locally if necessary.
$(GORELEASER): $(LOCALBIN)
test -s $(LOCALBIN)/goreleaser || GOBIN=$(LOCALBIN) go install github.com/goreleaser/goreleaser@$(GORELEASER_VERSION)
test -s $(LOCALBIN)/goreleaser || GOBIN=$(LOCALBIN) go install github.com/goreleaser/goreleaser/v2@$(GORELEASER_VERSION)
.PHONY: helm-docs
helm-docs: $(HELM_DOCS) ## Download helm-docs locally if necessary.
$(HELM_DOCS): $(LOCALBIN)
Expand All @@ -88,10 +88,10 @@ update-toolbox-tools:
toolbox makefile -f $(LOCALDIR)/Makefile \
github.com/onsi/ginkgo/v2/ginkgo \
github.com/golangci/golangci-lint/cmd/golangci-lint \
github.com/goreleaser/goreleaser \
github.com/norwoodj/helm-docs/cmd/helm-docs \
go.uber.org/mock/[email protected]/uber-go/mock \
github.com/bakito/semver
github.com/bakito/semver \
github.com/goreleaser/goreleaser/v2
## toolbox - end

build:
Expand Down

0 comments on commit 2500c5b

Please sign in to comment.