Skip to content

Commit

Permalink
fix(build): golangci-lint takes a while, give it more time
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Nov 19, 2024
1 parent 987e8d9 commit 831bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
args: --fast
args: --fast --timeout 10m

0 comments on commit 831bef6

Please sign in to comment.