CI: Use non-floating golangci-lint image
The floating golangci-lint version can introduce new rules unnoticed which can lead to pipeline failures. To prevent this, the golangci-lint is now tagged with the underlying golangci-lint version (see: gitlab-org/gitlab-build-images!643 (merged)).
This MR changes the pipeline to use the non-floating image.
Related Issues
Closes #970 (closed)
Test Plan
Check the latest pipeline ran for this MR.
- Confirm the
lint_code
job usesregistry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-1.50-alpine
. - Confirm the
lint_code
job succeeded.
Edited by Clemens Beck