From 06fe108e0e4df8cd6890a81c06dbf08f05f79b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:48:30 +0000 Subject: [PATCH] deps: update dependency github:golangci/golangci-lint to v2.13.1 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index a3beed3b9..5760e1290 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] go = "1.26.5" "go:go.uber.org/mock/mockgen" = "v0.6.0" -"github:golangci/golangci-lint" = "2.12.2" +"github:golangci/golangci-lint" = "2.13.1" "github:goreleaser/goreleaser" = "v2.17.1" "github:anchore/quill" = "v0.7.1" "github:jstemmer/go-junit-report" = "v2.1.0"