From 40e69e13eb7167fb848c093b5e547896c8006593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:01:34 +0000 Subject: [PATCH] chore(deps): update dependency golangci-lint to v2.10.1 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 480cca9..b72bf4a 100644 --- a/mise.toml +++ b/mise.toml @@ -2,5 +2,5 @@ idiomatic_version_file_enable_tools = ["go"] [tools] -golangci-lint = "2.9.0" +golangci-lint = "2.10.1" task = "3.48.0"