From fbe6e6f7411ac622d2bfdfda031b552daab7b515 Mon Sep 17 00:00:00 2001 From: cpanato Date: Tue, 15 Aug 2023 15:33:36 +0200 Subject: [PATCH] bump golangci-lint Signed-off-by: cpanato --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0869f3598a0..ab452c6ee7d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -178,5 +178,5 @@ jobs: uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0 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.53 + version: v1.54 args: --timeout=5m