Skip to content

Commit

Permalink
Increase golangci-lint timeout
Browse files Browse the repository at this point in the history
The linter action times out occasionally, means we increase it to the
actual lint deadline of 10min.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Apr 11, 2024
1 parent d582a72 commit c9c07e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: v1.57
args: --timeout=10m

0 comments on commit c9c07e8

Please sign in to comment.