Skip to content

Commit

Permalink
lint: golangci: add 3m timeout and latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Apr 17, 2023
1 parent 562c9b4 commit 607f0e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:

steps:
- uses: actions/[email protected]

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.41
skip-go-installation: true
version: latest
args: --timeout 3m --verbose

0 comments on commit 607f0e2

Please sign in to comment.