fix: increase cpu and mem limit for golangci lint
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7113939121
commit
c582a66b01
@ -22,8 +22,8 @@ steps:
|
|||||||
image: docker.io/golangci/golangci-lint:v1.44.2-alpine
|
image: docker.io/golangci/golangci-lint:v1.44.2-alpine
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100
|
cpu: 250
|
||||||
memory: 250M
|
memory: 500M
|
||||||
|
|
||||||
- name: email-notification
|
- name: email-notification
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user