We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564b356 commit ecc4a24Copy full SHA for ecc4a24
.github/workflows/continuous-integration.yaml
@@ -67,6 +67,8 @@ jobs:
67
golangcilint-
68
69
- name: Lint
70
+ env:
71
+ GOMAXPROCS: "2" # limit golangci-lint concurrency to avoid OOMs when rebuilding
72
run: make lint
73
74
security:
0 commit comments