Skip to content

Commit ddff9d4

Browse files
committed
ci: fix lint image name
Fixes: ca09580 ("ci: use full image name")
1 parent ca09580 commit ddff9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ lint:
7979
stage: test
8080
rules:
8181
- if: $CI_MERGE_REQUEST_ID
82-
image: docker.io/library/golangci/golangci-lint:v2.1
82+
image: docker.io/golangci/golangci-lint:v2.1
8383
variables:
8484
GOPATH: $CI_PROJECT_DIR/.mygo
8585
script:

0 commit comments

Comments
 (0)