You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently the
lintcheck in CI downloads and buildsgolinton 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.