Skip to content

Commit 0cf4cd3

Browse files
committed
deps: update golangci-lint to v1.41.1
1 parent 696aa28 commit 0cf4cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN make install.buf install.protoc install.go.notidy install.dart
2222
RUN rm -rf client server Makefile dbctl
2323

2424
# Install golangci-lint.
25-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.40.1
25+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1
2626

2727
ENV PATH=$PATH:/root/.pub-cache/bin
2828

0 commit comments

Comments
 (0)