We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d32d7 commit 7ebe317Copy full SHA for 7ebe317
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.59.1; \
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.60.1; \
12
fi
13
14
ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS GOARCH GOOS ARCH GH_VERSION
0 commit comments