clusterlint icon indicating copy to clipboard operation
clusterlint copied to clipboard

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

Open adamwg opened this issue 6 years ago • 0 comments

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.

adamwg avatar Sep 05 '19 17:09 adamwg