Skip to content

Commit 1e1c85e

Browse files
authored
ci: increase golangci-lint timeout (#290)
Ensure the lint job does not fail with timeout.
1 parent 40869d3 commit 1e1c85e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: golangci/golangci-lint-action@v6
2424
with:
2525
version: v1.64.8 # renovate: datasource=github-releases depName=golangci/golangci-lint
26+
args: --timeout 5m
2627

2728
check-mod-tidy:
2829
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)