We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c28d0 commit 903bc48Copy full SHA for 903bc48
Dockerfile.dapper
@@ -10,7 +10,7 @@ RUN go install golang.org/x/lint/golint@latest && \
10
go install golang.org/x/tools/cmd/goimports@latest && \
11
rm -rf /go/src /go/pkg
12
RUN if [ "${ARCH}" == "amd64" ]; then \
13
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.63.4; \
14
fi
15
16
ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS GOARCH GOOS ARCH GH_VERSION
0 commit comments