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 b8a97ab commit 057fc35Copy full SHA for 057fc35
hack/dockerfiles/lint.Dockerfile
@@ -5,7 +5,7 @@ ARG GO_VERSION=1.20
5
FROM golang:${GO_VERSION}-alpine
6
ENV GOFLAGS="-buildvcs=false"
7
RUN apk add --no-cache gcc musl-dev yamllint
8
-RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.48.0
+RUN wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.1
9
WORKDIR /go/src/github.com/moby/buildkit
10
RUN --mount=target=/go/src/github.com/moby/buildkit --mount=target=/root/.cache,type=cache \
11
GOARCH=amd64 golangci-lint run && \
0 commit comments