mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Increase timeout for linter
we've had a timeout issue in CI
This commit is contained in:
parent
280b0429c3
commit
df0c3b3ea8
|
|
@ -26,4 +26,5 @@ linters-settings:
|
|||
max-func-lines: 0
|
||||
|
||||
run:
|
||||
go: 1.20
|
||||
go: '1.20'
|
||||
timeout: 10m
|
||||
|
|
|
|||
Loading…
Reference in a new issue