Skip to content

Commit

Permalink
Set golangci-lint timeout to 10m in GutHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed May 2, 2021
1 parent 0d56f74 commit 65667e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 65667e6

Please sign in to comment.