From cb0f4dcee7d47b4fc8f5afe673c2f58891811cca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:38:36 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.13.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a78a56..51520ea 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ export CGO_ENABLED := 0 export GOEXPERIMENT := jsonv2 # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION := v2.13.0 +GOLANGCI_LINT_VERSION := v2.13.1 # Hugo is a tool dependency (see the tool directive in go.mod), so the version the site is built # with is pinned there and needs nothing installed. HUGO overrides it with another binary.