From 5ff356eccf42055ef3a80041a32bf7553581bd88 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 5 Aug 2024 08:51:56 +0000 Subject: [PATCH] Update dependency mikefarah/yq to v4.44.3 Signed-off-by: Mend Renovate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67ed6018b..19d724f64 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ KUBECTL_VERSION := v1.30.2 KUSTOMIZE_VERSION := v5.4.1 OPERATOR_SDK_VERSION := v1.31.0 PIPENV_VERSION := 2024.0.1 -YQ_VERSION := v4.44.2 +YQ_VERSION := v4.44.3 # We don't vendor modules. Enforce that behavior export GOFLAGS := -mod=readonly