rtCamp / action-slack-notify

GitHub Action for sending a notification to a Slack channel
https://github.com/rtCamp/github-actions-library
MIT License
1.07k stars 227 forks source link

Update Docker file to fix mlock error #159

Closed smadaram closed 6 months ago

smadaram commented 7 months ago

Addressing slack notifications step error

runtime: mlock of signal stack failed: 12 runtime: increase the mlock limit (ulimit -l) or runtime: update your kernel to 5.3.15+, 5.4.2+, or 5.5+ fatal error: mlock failed

Related: https://github.com/golang/go/issues/40184