Skip to content

Commit

Permalink
Bump golangci-lint
Browse files Browse the repository at this point in the history
Fix OOM issue.

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 authored and c3y1huang committed Nov 21, 2023
1 parent a02fe2e commit d8e9522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV ARCH $DAPPER_HOST_ARCH
RUN zypper -n install ca-certificates awk lsb-release rsync docker containerd

## install golangci
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" v1.50.1;
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" v1.55.2;

## install k8s.io and generate openapi spec
RUN mkdir -p /go/src/github.com/kubernetes && \
Expand Down

0 comments on commit d8e9522

Please sign in to comment.