From 65667e66a775e1118324629ec1aa7a3336c4e7fa Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Sun, 2 May 2021 22:43:43 +0200 Subject: [PATCH] Set golangci-lint timeout to 10m in GutHub Actions --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cc5aa62..827edad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -35,6 +35,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: version: v1.39 + args: --timeout 10m - name: Vet if: matrix.os == 'ubuntu-latest'