From c71543650576f92ffe92724710e7e678645071c2 Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Thu, 19 Sep 2024 11:49:10 -0500 Subject: [PATCH] Bump golangci-lint version (#82) Bumps golangci-lint to address performance problems that were bringing my machine to a halt. --- .mise.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mise.toml b/.mise.toml index de33046..74581db 100644 --- a/.mise.toml +++ b/.mise.toml @@ -2,7 +2,7 @@ actionlint = '1.7.1' ginkgo = '2.19.0' golang = '1.21' -golangci-lint = '1.57.2' +golangci-lint = '1.61.0' helm = '3.15' helm-ct = '3.11.0' helm-docs = '1.13.1' @@ -11,4 +11,4 @@ kubectl = '1.31' kustomize = '5.3.0' pre-commit = '3.8.0' setup-envtest = '0.17.0' -yamllint = '1.35.1' \ No newline at end of file +yamllint = '1.35.1'