Closed
Description
Hello,
I tried to find the answer to this question on the docs, but it was not there.
I want to use the latest version of golangci-lint, so that I can leverage the recently-added predeclared linter.
However, the current version (v1.1.0) of the exhaustivestruct linter is badly bugged, so I want to use the previous version before the bug (v1.0.1).
Thus, I want to roll back the version of one specific linter - rolling back all of golangci-lint is not sufficient.
Is there a way to do this?