Skip to content

Commit 43ccc8f

Browse files
committed
chore: increase golangci lint timeout
1 parent 95d35a6 commit 43ccc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
with:
1313
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
1414
version: v1.27
15-
args: "--timeout=1m"
15+
args: --timeout 5m

0 commit comments

Comments
 (0)