We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11cbde7 + 8f2fea6 commit 60582ecCopy full SHA for 60582ec
Dockerfile.dapper
@@ -8,7 +8,7 @@ RUN go install golang.org/x/lint/golint@latest && \
8
go install golang.org/x/tools/cmd/goimports@latest && \
9
rm -rf /go/src /go/pkg
10
RUN if [ "${ARCH}" == "amd64" ]; then \
11
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.2; \
12
fi
13
14
ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS
0 commit comments