From f10b79edff5a48d7f9740812e133471ccb00b3fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 16:38:37 +0000 Subject: [PATCH] chore(deps): update dependency golangci-lint to v2.11.4 --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index 7604b20..5886588 100644 --- a/.mise.toml +++ b/.mise.toml @@ -5,7 +5,7 @@ dprint = "github:dprint/dprint" [tools] dprint = "latest" golang = "1.26.1" -golangci-lint = "2.11.3" +golangci-lint = "2.11.4" goreleaser = "latest" gotestsum = "1.13.0" shfmt = "latest"