From bdb2196378899cd9d5d2b0bde7d921d143612c62 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 10 May 2026 17:52:03 +0200 Subject: [PATCH] Bump golangci version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7cfaa11c5..a45e8a8d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -255,7 +255,7 @@ jobs: uses: golangci/golangci-lint-action@v9 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v2.4.0 + version: v2.12 args: --verbose --timeout 5m # only run golangci-lint for pull requests, otherwise ALL hints get