Skip to content

Commit eb37543

Browse files
committed
Reduce golangci-lint concurrency to 3
We've had some OOM kills on Github Actions runners, hopefully this helps.
1 parent e410581 commit eb37543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
concurrency: 4
2+
concurrency: 3
33
timeout: 5m
44
issues-exit-code: 1
55
tests: true

0 commit comments

Comments
 (0)