Skip to content

Commit

Permalink
fix: envtest version compatible with Go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 committed Mar 25, 2024
1 parent 8d07f9f commit 893bc7b
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 ?= v0.0.0-20240320141353-395cfc7486e6
GOLANGCI_LINT_VERSION ?= v1.56.2

.PHONY: kustomize
Expand Down

0 comments on commit 893bc7b

Please sign in to comment.