From 575eac8d80891f908d0a40c2fb06352fb6516890 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 21 Sep 2025 21:29:55 +0200 Subject: [PATCH] CI: bump golangci version to v2 --- .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 54884b003..98fc830d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -253,7 +253,7 @@ jobs: uses: golangci/golangci-lint-action@v8 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.64.8 + version: v2.4.0 args: --verbose --timeout 5m # only run golangci-lint for pull requests, otherwise ALL hints get