Skip to content

Commit

Permalink
ci(golangci-lint): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen authored Aug 22, 2024
1 parent f5a0815 commit b87ee6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
go-version: '1.22.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=10m

0 comments on commit b87ee6b

Please sign in to comment.