From 8eaa4b6602902bef4e41bb0b11483628a02c4a78 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Tue, 28 Jan 2025 19:55:45 +0100 Subject: [PATCH] CI: bump golangci-lint to v1.63.4 --- .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 5a41723bb..d28d2e46f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -259,7 +259,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.61.0 + version: v1.63.4 args: --verbose --timeout 5m # only run golangci-lint for pull requests, otherwise ALL hints get