From 756b45dcef5e3c780cea16f3eb69c3cd57102bdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:58:24 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/controller-tools to v1.36.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f50ee6d..8670681 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ OPERATOR_SDK_VERSION ?= v1.42.2 # github-releases:operator-framework/operator-sd # Image URL to use all building/pushing image targets IMG ?= drpsychick/mailu-operator:$(VERSION) # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. -ENVTEST_K8S_VERSION = 1.35.0 # github-releases:kubernetes-sigs/controller-tools:envtest-v(?.*) +ENVTEST_K8S_VERSION = 1.36.2 # github-releases:kubernetes-sigs/controller-tools:envtest-v(?.*) # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))