chore: Increase golangci-lint timeout (#12106)

This commit is contained in:
Sebastian Spaink 2022-10-26 11:39:03 -05:00 committed by GitHub
parent 3196bc4c1c
commit 9039af6990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ jobs:
with:
version: v1.50.0
only-new-issues: true
args: --timeout 15m0s --verbose
golangci-master:
if: github.ref == 'refs/heads/master'
name: lint-master-all
@ -42,4 +43,4 @@ jobs:
with:
version: v1.50.0
only-new-issues: true
args: --issues-exit-code=0
args: --timeout 15m0s --issues-exit-code=0 --verbose