otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Workaround regression in golangci-lint getting killed due to high memory usage #81

Closed orishoshan closed 1 year ago

orishoshan commented 1 year ago

An automatic upgrade of the Go version caused golangci-lint to use significantly more memory, which resulted in the GitHub Actions job stopping with a mysterious message. But actually, it was caused by high memory. Solved here by fixing the Go version to 1.19.1.