Add golangci-lint version to image tag

This commit is contained in:
Clemens Beck 2023-02-09 13:25:12 +01:00
parent 0e6f67364c
commit 9dc2b4f3d8
No known key found for this signature in database
GPG key ID: 4EC101F2BFCCFEFA
2 changed files with 1 additions and 1 deletions

View file

@ -36,7 +36,7 @@ terraform:
extends: .build_static_image extends: .build_static_image
# Used by go projects for linting https://gitlab.com/gitlab-org/gitlab/blob/master/doc/development/go_guide/index.md#automatic-linting # Used by go projects for linting https://gitlab.com/gitlab-org/gitlab/blob/master/doc/development/go_guide/index.md#automatic-linting
golangci-lint-alpine: golangci-lint-1.50-alpine:
extends: .build_static_image extends: .build_static_image
# Used by gitlab-operator: https://gitlab.com/gitlab-org/cloud-native/gitlab-operator # Used by gitlab-operator: https://gitlab.com/gitlab-org/cloud-native/gitlab-operator