From 13caaacbe6278d02fd36241d5efbb72abdd20409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:14:29 +0200 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.57.2 (#142) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8701e2b8..e1ec48b0 100644 --- a/Makefile +++ b/Makefile @@ -231,7 +231,7 @@ KUSTOMIZE_VERSION ?= v5.3.0 CONTROLLER_TOOLS_VERSION ?= v0.14.0 ENVTEST_VERSION ?= latest # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION ?= v1.54.2 +GOLANGCI_LINT_VERSION ?= v1.57.2 # renovate: datasource=github-tags depName=kubernetes-sigs/kind KIND_VERSION ?= v0.22.0 # renovate: datasource=github-tags depName=helm/helm