Skip to content

Commit fbedd99

Browse files
committed
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 <[email protected]>
1 parent 3ea616e commit fbedd99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ run:
99
- exclude_graphdriver_devicemapper
1010
- containers_image_openpgp
1111
- cni
12-
concurrency: 6
13-
deadline: 5m
12+
timeout: 5m
1413
linters:
1514
enable-all: true
1615
disable:

0 commit comments

Comments
 (0)