File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ code_quality:
94
94
# Use GOCACHE instead of GOLANGCI_LINT_CACHE
95
95
# to avoid [false lint positives](https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2187#note_373008672)
96
96
- .go-cache
97
- image : registry.gitlab.com/gitlab-org/ci-cd/runner-tools/runner-linters:1.53.3 -go1.21.5
97
+ image : registry.gitlab.com/gitlab-org/ci-cd/runner-tools/runner-linters:1.58.0 -go1.22.2
98
98
needs : []
99
99
allow_failure : true
100
100
variables :
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ MOCKERY = mockery
51
51
SPLITIC = splitic
52
52
MAGE = mage
53
53
54
- GOLANGLINT_VERSION ?= v1.53.2
54
+ GOLANGLINT_VERSION ?= v1.58.0
55
55
GOLANGLINT ?= .tmp/golangci-lint$(GOLANGLINT_VERSION )
56
56
GOLANGLINT_GOARGS ?= .tmp/goargs.so
57
57
You can’t perform that action at this time.
0 commit comments