Skip to content

chore: update golangci-lint image

Jay McCure requested to merge jmc-bump-ci-lint into main

Description

This updates the golangci-lint image as the latest version of golangci-lint had issues with our current main as fixed by !1329 (merged)

I purposely didn't set it to always fetch the latest image due to comments in: !1179 (merged)

The latest build image seems to be: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-1.52-alpine as per https://gitlab.com/gitlab-org/gitlab-build-images/-/blob/master/.gitlab/ci/custom.images.yml?ref_type=heads#L48

Related Issues

!1329 (merged)

How has this been tested?

1.52 failing before merging !1329 (merged): https://gitlab.com/gitlab-org/cli/-/jobs/4962578508

1.52 passing after merging !1329 (merged): https://gitlab.com/gitlab-org/cli/-/jobs/4986749910

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Jay McCure

Merge request reports