Skip to content

Commit 07bb3fd

Browse files
Set explicit timeout for golangci-lint (#50)
The default timeout is 1 minute which was causing workflow runs to fail sporadically.
1 parent f4a7188 commit 07bb3fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ linters-settings:
5959
rules:
6060
- name: blank-imports
6161
disabled: true
62+
run:
63+
timeout: 10m

0 commit comments

Comments
 (0)