Skip to content

Commit ecc4a24

Browse files
committed
Limit golangci-lint concurrency in CI
1 parent 564b356 commit ecc4a24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
golangcilint-
6868
6969
- name: Lint
70+
env:
71+
GOMAXPROCS: "2" # limit golangci-lint concurrency to avoid OOMs when rebuilding
7072
run: make lint
7173

7274
security:

0 commit comments

Comments
 (0)