Skip to content

Commit

Permalink
The timeout arg in golangci-lint has been moved to the generic args p…
Browse files Browse the repository at this point in the history
…aram. (#1901)

Signed-off-by: Dan Lorenc <lorenc.d@gmail.com>
  • Loading branch information
dlorenc committed May 19, 2022
1 parent fea9895 commit 4a9a642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -162,7 +162,7 @@ jobs:
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # v3
timeout-minutes: 5
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.46.0
args: --timeout=5m

0 comments on commit 4a9a642

Please sign in to comment.