Skip to content

Commit 635ebe1

Browse files
ci: increase golangci-lint timeout
1 parent 8ea0607 commit 635ebe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
go-version: 1.19
1717
- uses: golangci/golangci-lint-action@v3
18+
with:
19+
args: --timeout=5m
1820
build:
1921
runs-on: ubuntu-latest
2022
needs: lint

0 commit comments

Comments
 (0)