Skip to content

Commit

Permalink
Increase timeout and verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bhperry committed Sep 18, 2024
1 parent 86404cf commit c588822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
version: v1.61.0
args: --timeout 3m --verbose
- name: Formatting
run: make format-check
test:
Expand Down

0 comments on commit c588822

Please sign in to comment.