If the plugin gives an error about versions when it should be linting
Odds are you built it with a different version of golangci-lint than your
project is using. Make sure the version in go.mod in this project
matches the version that your project is using, then do the steps above