Skip to content

Commit

Permalink
chore: Pin envtest version.
Browse files Browse the repository at this point in the history
This will fix CI issues.
This is a work around for an upstream issue: kubernetes-sigs/controller-runtime#2720

Signed-off-by: Barak Korren <bkorren@redhat.com>
  • Loading branch information
ifireball committed Mar 28, 2024
1 parent cdfd3f9 commit 8b6ce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint-$(GOLANGCI_LINT_VERSION)
## Tool Versions
KUSTOMIZE_VERSION ?= v5.3.0
CONTROLLER_TOOLS_VERSION ?= v0.14.0
ENVTEST_VERSION ?= latest
ENVTEST_VERSION ?= release-0.16
GOLANGCI_LINT_VERSION ?= v1.54.2

.PHONY: kustomize
Expand Down

0 comments on commit 8b6ce95

Please sign in to comment.