Skip to content

Commit cc138f1

Browse files
committed
golangci: Replace deprecated run.deadline with run.timeout.
Signed-off-by: Mario Trangoni <[email protected]>
1 parent 6612d56 commit cc138f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# options for analysis running
55
run:
66
# timeout for analysis, e.g. 30s, 5m, default is 1m
7-
deadline: 5m
7+
timeout: 5m
88

99
# exit code when at least one issue was found, default is 1
1010
issues-exit-code: 1

0 commit comments

Comments
 (0)