Skip to content

Commit

Permalink
Update golangci-lint to v1.53.1 to fix nil pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
rwsu committed Aug 17, 2023
1 parent 846326e commit 4764d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.assisted-installer-build
Expand Up @@ -2,7 +2,7 @@ FROM registry.ci.openshift.org/openshift/release:golang-1.19
ENV GO111MODULE=on
ENV GOFLAGS=""

COPY --from=quay.io/app-sre/golangci-lint:v1.46.0 /usr/bin/golangci-lint /usr/bin/golangci-lint
COPY --from=quay.io/app-sre/golangci-lint:v1.53.1 /usr/bin/golangci-lint /usr/bin/golangci-lint
RUN yum install -y docker && \
yum clean all

Expand Down
2 changes: 1 addition & 1 deletion src/k8s_client/mock_k8s_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4764d82

Please sign in to comment.