Skip to content

Commit 4265792

Browse files
committed
no-jira: hack: bump golangci-lint version
We are using golangci-lint v1.59.0 in CI, so let's match that in local dev. That version is needed for Golang 1.22 support. This is a fallout of #8473.
1 parent d4aa1ca commit 4265792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/go-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ podman run --rm \
55
--env IS_CONTAINER=TRUE \
66
--volume "${PWD}:/go/src/github.com/openshift/installer:z" \
77
--workdir /go/src/github.com/openshift/installer \
8-
docker.io/golangci/golangci-lint:v1.54.2 \
8+
docker.io/golangci/golangci-lint:v1.59.0 \
99
golangci-lint run --new-from-rev=dcf8122 "${@}"

0 commit comments

Comments
 (0)