Skip to content

Commit 4da7bf9

Browse files
committed
Add timeout flag
1 parent a5cecfa commit 4da7bf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pullrequests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: golangci-lint
1919
uses: golangci/[email protected]
2020
with:
21-
version: v2.1.0
21+
version: v2.1.6
22+
args: '--timeout 10m'
2223

2324
test:
2425
name: test

0 commit comments

Comments
 (0)