Skip to content

Commit 04d6d8b

Browse files
committed
feat: bump golangci-lint to v1.51.0
Ref: golangci/golangci-lint#3538 (comment) Signed-off-by: PoAn Yang <[email protected]>
1 parent b17cf93 commit 04d6d8b

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
@@ -16,7 +16,7 @@ RUN apt update && \
1616

1717
## install golangci
1818
RUN if [ "${ARCH}" = "amd64" ]; then \
19-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0; \
19+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.0; \
2020
fi
2121

2222

0 commit comments

Comments
 (0)