Skip to content

Commit 3eea722

Browse files
committed
hack: bump golangci-lint for go 1.21 support
1 parent b70e65b commit 3eea722

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.53.1 \
8+
docker.io/golangci/golangci-lint:v1.54.2 \
99
golangci-lint run --new-from-rev=dcf8122 "${@}"

0 commit comments

Comments
 (0)