Skip to content

Commit c2f6a17

Browse files
chore: increase timeout for golangci-lint
1 parent 8ae262d commit c2f6a17

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
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
go-version: '1.21'
1919
- uses: golangci/golangci-lint-action@v3
20+
with:
21+
args: --timeout=5m
2022

2123
build:
2224
name: Build and Run

0 commit comments

Comments
 (0)