Skip to content

Commit

Permalink
chore: increase timeout for golangci-lint (#1467)
Browse files Browse the repository at this point in the history
Recently `golangci-lint` timeouts quite often, as suggested, increase
the timeout to 5m.
  • Loading branch information
cuixq authored Dec 24, 2024
1 parent bd2b403 commit d9660dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ runs:
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.62.2
args: --timeout=5m

0 comments on commit d9660dc

Please sign in to comment.