Skip to content

Commit

Permalink
upgrade make deps (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Oct 31, 2024
1 parent b357f60 commit a7245f6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -354,15 +354,15 @@ ENVCONFIG_DOCS = $(LOCALBIN)/envconfig-docs-$(ENVCONFIG_DOCS_VERSION)
CRD_REF_DOCS = $(LOCALBIN)/crd-ref-docs-$(CRD_REF_DOCS_VERSION)

## Tool Versions
KUSTOMIZE_VERSION ?= v5.4.1
CONTROLLER_TOOLS_VERSION ?= v0.15.0
ENVTEST_VERSION ?= release-0.18
GOLANGCI_LINT_VERSION ?= v1.60.3
CODEGENERATOR_VERSION ?= v0.30.2
KIND_VERSION ?= v0.23.0
OPERATOR_SDK_VERSION ?= v1.35.0
OPM_VERSION ?= v1.44.0
YQ_VERSION ?= v4.44.2
KUSTOMIZE_VERSION ?= v5.5.0
CONTROLLER_TOOLS_VERSION ?= v0.16.4
ENVTEST_VERSION ?= release-0.19
GOLANGCI_LINT_VERSION ?= v1.61.0
CODEGENERATOR_VERSION ?= v0.31.1
KIND_VERSION ?= v0.24.0
OPERATOR_SDK_VERSION ?= v1.37.0
OPM_VERSION ?= v1.47.0
YQ_VERSION ?= v4.44.3
ENVCONFIG_DOCS_VERSION ?= 746866a6303f8e7e610d39389aa951b3c0d97123
CRD_REF_DOCS_VERSION ?= latest

Expand Down Expand Up @@ -446,4 +446,4 @@ echo "Downloading $${package}" ;\
GOBIN=$(LOCALBIN) go install $${package} ;\
mv "$$(echo "$(1)" | sed "s/-$(3)$$//")" $(1) ;\
}
endef
endef

0 comments on commit a7245f6

Please sign in to comment.