V3 - Disable goimports job
What does this MR do?
Disable the goimports linter on v3 branch as it's no longer compatible with the go version used here.
The linter will be rarely useful as we mainly rebuild this branch to keep the base image up to date but rarely do code changes to it.
An alternative solution would be to allow to specify which version of goimports to use in the development template: Draft: Allow goimport version to be customized (gitlab-org/security-products/ci-templates!405 - closed).
What are the relevant issue numbers?
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Job definition updated, if necessary -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer