We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70e65b commit 3eea722Copy full SHA for 3eea722
hack/go-lint.sh
@@ -5,5 +5,5 @@ podman run --rm \
5
--env IS_CONTAINER=TRUE \
6
--volume "${PWD}:/go/src/github.com/openshift/installer:z" \
7
--workdir /go/src/github.com/openshift/installer \
8
- docker.io/golangci/golangci-lint:v1.53.1 \
+ docker.io/golangci/golangci-lint:v1.54.2 \
9
golangci-lint run --new-from-rev=dcf8122 "${@}"
0 commit comments