Skip to content

Pin versions of CI tools

Jacob Vosmaer requested to merge jv-pin-ci-tools into master

We use golint, goimports and staticcheck in CI. Prior to this MR we would install these tools from their respective master branches. In this MR we pin each tool to what is currently the latest commit for each of them.

This should make our builds more reliable.

Merge request reports