Skip to content

Commit

Permalink
Update golangci-lint image
Browse files Browse the repository at this point in the history
Image `gitlab-org/gitlab-build-images:golangci-lint-alpine` has been
deprecated as of GitLab 16.10. It is suggested to use the upstream image
directly.

Closes #51
  • Loading branch information
5nord committed Jul 23, 2024
1 parent 6e81844 commit 8ce0b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ coverage:
path: report-coverage.xml
lint:
stage: test
image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine
image: golangci/golangci-lint:v1.59.1
needs: []
script:
- golangci-lint run --color=always --issues-exit-code=0 --out-format=code-climate:report-lint.json,colored-line-number:stdout
Expand Down

0 comments on commit 8ce0b24

Please sign in to comment.