Skip to content

Commit

Permalink
♻️ Use correct spot for configuration of timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Jun 18, 2024
1 parent 8688b23 commit 93e892e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
with:
go-version: '^1.21'
- uses: golangci/golangci-lint-action@v6
with:
args: --timeout=10m

advanced-security:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ run:
linters-settings:
staticcheck:
go: "1.21"

args: --timeout=5m

0 comments on commit 93e892e

Please sign in to comment.