From 8ab7b8d4e210a3f96e8241a754eb0bb541bfb0c1 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Fri, 20 Oct 2023 08:37:37 +0200 Subject: [PATCH] increase timeout to golangci-lint to avoid trivial CI fails --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d109c5af..5f520ffb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,4 +45,5 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.54.2 + args: --timeout 3m skip-pkg-cache: true # golangci-lint-action caching conflicts with the setup-go cache and `go get` above. See https://github.com/golangci/golangci-lint-action/issues/23