update golangci.yml

The deadline option was renamed to timeout and I see 1m timeouts in CI
so I think the option isn't working there.
Also remove the core limit, by default it uses all cores and there is no
reason to limit that really.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger 2024-09-05 15:35:25 +02:00
parent 861d6aaffc
commit 5d5e6a4479
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ run:
- exclude_graphdriver_devicemapper - exclude_graphdriver_devicemapper
- containers_image_openpgp - containers_image_openpgp
- cni - cni
concurrency: 6 timeout: 5m
deadline: 5m
linters: linters:
enable-all: true enable-all: true
disable: disable: