Skip to content

Commit 2cda4bc

Browse files
committed
Fix timeout parameter in .golangci.yml
1 parent b249478 commit 2cda4bc

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)