From e424fae50ed2c7a5bcf9d27ca8bfbd927062bdaf Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 9 Sep 2026 12:39:56 +0200 Subject: [PATCH] ci: bump golangci-lint to v2.13.2 The workflow is crashing because the current v2.10.0 isn't happy with go v1.26 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93949e90..25523de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.10.0 + version: v2.13.2 args: --timeout=5m --tests=false verify: false