digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
542 stars 45 forks source link

Use an image with golint pre-installed for the CI lint check #53

Open adamwg opened 5 years ago

adamwg commented 5 years ago

Currently the lint check in CI downloads and builds golint on every run. This is slow and error-prone in case of GitHub or other outages as seen in this recent failure. We should build an image with golint installed and use it for this CI task.