diff --git a/Makefile b/Makefile index 6ee7495..b59f7ce 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ ENVTEST_K8S_VERSION = 1.34.1 UNAME := $(shell uname -s | tr '[:upper:]' '[:lower:]') KIND_BINARY := kind-$(UNAME)-amd64 KIND = $(LOCALBIN)/kind -KIND_VERSION ?= 0.31.0 +KIND_VERSION ?= 0.32.0 KIND_CLUSTER_NAME ?= agent-forge-operator-test # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)