Skip to content

Commit 60582ec

Browse files
authored
Merge pull request #129 from rancher/renovate/golangci-golangci-lint-1.x
Update dependency golangci/golangci-lint to v1.54.2
2 parents 11cbde7 + 8f2fea6 commit 60582ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
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.50.1; \
11+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.54.2; \
1212
fi
1313

1414
ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS

0 commit comments

Comments
 (0)