Skip to content

Commit 0385cf3

Browse files
Update dependency golangci/golangci-lint to v1.62.0
1 parent b8c28d0 commit 0385cf3

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
@@ -10,7 +10,7 @@ RUN go install golang.org/x/lint/golint@latest && \
1010
go install golang.org/x/tools/cmd/goimports@latest && \
1111
rm -rf /go/src /go/pkg
1212
RUN if [ "${ARCH}" == "amd64" ]; then \
13-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1; \
13+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.62.0; \
1414
fi
1515

1616
ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS GOARCH GOOS ARCH GH_VERSION

0 commit comments

Comments
 (0)