Skip to content

Commit 7ebe317

Browse files
Update dependency golangci/golangci-lint to v1.60.1
1 parent 41d32d7 commit 7ebe317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile.dapper

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN go install golang.org/x/lint/golint@latest && \
88
go install golang.org/x/tools/cmd/goimports@latest && \
99
rm -rf /go/src /go/pkg
1010
RUN if [ "${ARCH}" == "amd64" ]; then \
11-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1; \
11+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.60.1; \
1212
fi
1313

1414
ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS GOARCH GOOS ARCH GH_VERSION

0 commit comments

Comments
 (0)