Skip to content

Commit 76977ad

Browse files
committed
Upgrade runner-linters image to golangci-lint v1.58.0 and Go 1.22
This adds support for Go 1.22.
1 parent db254df commit 76977ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab/ci/test.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ code_quality:
9494
# Use GOCACHE instead of GOLANGCI_LINT_CACHE
9595
# to avoid [false lint positives](https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/2187#note_373008672)
9696
- .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
9898
needs: []
9999
allow_failure: true
100100
variables:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ MOCKERY = mockery
5151
SPLITIC = splitic
5252
MAGE = mage
5353

54-
GOLANGLINT_VERSION ?= v1.53.2
54+
GOLANGLINT_VERSION ?= v1.58.0
5555
GOLANGLINT ?= .tmp/golangci-lint$(GOLANGLINT_VERSION)
5656
GOLANGLINT_GOARGS ?= .tmp/goargs.so
5757

0 commit comments

Comments
 (0)