From c36970074d9610f8f2ab7ecf2956d87ee8f84f0e Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 22 Mar 2025 12:41:20 +0100 Subject: [PATCH] CI: 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 a06dd0a35..ea6f0175d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -254,7 +254,7 @@ jobs: uses: golangci/golangci-lint-action@v6 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.63.4 + version: v1.64.8 args: --verbose --timeout 5m # only run golangci-lint for pull requests, otherwise ALL hints get