From 92fcca2c9b0146df2923672268939f9cda201c3e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 26 Feb 2024 00:57:23 +0000 Subject: [PATCH] Update dependency mikefarah/yq to v4.42.1 Signed-off-by: Mend Renovate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e35015d84..317fae8c3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ KUBECTL_VERSION := v1.29.1 KUSTOMIZE_VERSION := v5.3.0 OPERATOR_SDK_VERSION := v1.31.0 PIPENV_VERSION := 2023.12.1 -YQ_VERSION := v4.40.7 +YQ_VERSION := v4.42.1 # We don't vendor modules. Enforce that behavior export GOFLAGS := -mod=readonly