Skip to content

Commit

Permalink
chore: updates tools (envoyproxy#301)
Browse files Browse the repository at this point in the history
**Commit Message**

This updates several tool dependencies.

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Eric Mariasis <ericmariasis829@gmail.com>
  • Loading branch information
mathetake authored and ericmariasis committed Feb 7, 2025
1 parent 214934a commit d328bc8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Makefile.tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ CRD_REF_DOCS = $(LOCALBIN)/crd-ref-docs
GO_TEST_COVERAGE ?= $(LOCALBIN)/go-test-coverage

## Tool versions.
CONTROLLER_TOOLS_VERSION ?= v0.17.1
ENVTEST_VERSION ?= release-0.19
GOLANGCI_LINT_VERSION ?= v1.63.4
GO_FUMPT_VERSION ?= v0.7.0
GCI_VERSION ?= v0.13.5
EDITORCONFIG_CHECKER_VERSION ?= v3.1.2
KIND_VERSION ?= v0.26.0
CRD_REF_DOCS_VERSION ?= v0.1.0
GO_TEST_COVERAGE_VERSION ?= v2.11.4
CONTROLLER_TOOLS_VERSION ?= v0.17.1 # https://github.com/kubernetes-sigs/controller-tools/releases
ENVTEST_VERSION ?= release-0.20 # https://github.com/kubernetes-sigs/controller-runtime/releases Note: this needs to point to a release branch.
GOLANGCI_LINT_VERSION ?= v1.63.4 # https://github.com/golangci/golangci-lint/releases
GO_FUMPT_VERSION ?= v0.7.0 # https://github.com/mvdan/gofumpt/releases
GCI_VERSION ?= v0.13.5 # https://github.com/daixiang0/gci/releases
EDITORCONFIG_CHECKER_VERSION ?= v3.2.0 # https://github.com/editorconfig-checker/editorconfig-checker/releases
KIND_VERSION ?= v0.26.0 # https://github.com/kubernetes-sigs/kind/releases
CRD_REF_DOCS_VERSION ?= v0.1.0 # https://github.com/elastic/crd-ref-docs/releases
GO_TEST_COVERAGE_VERSION ?= v2.11.4 # https://github.com/vladopajic/go-test-coverage/releases

.PHONY: golangci-lint
golangci-lint: $(GOLANGCI_LINT)
Expand Down

0 comments on commit d328bc8

Please sign in to comment.