Skip to content

Commit 1d49d24

Browse files
committed
chore: fix timeout parameter in .golangci.yml
Signed-off-by: Simon Pasquier <[email protected]>
1 parent d8af478 commit 1d49d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
deadline: 10m
2+
timeout: 10m
33

44
linters:
55
enable:

0 commit comments

Comments
 (0)