ci: add GOMAXPROCS=1 to lint step to avoid OOM
This commit is contained in:
parent
13376cff9c
commit
2e1d6d2167
|
@ -74,6 +74,7 @@ jobs:
|
||||||
lint:
|
lint:
|
||||||
executor: go
|
executor: go
|
||||||
environment:
|
environment:
|
||||||
|
<<: *COMMON_ENVS
|
||||||
GOPATH: /go
|
GOPATH: /go
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
Loading…
Reference in New Issue