We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696aa28 commit 0cf4cd3Copy full SHA for 0cf4cd3
tools/Dockerfile
@@ -22,7 +22,7 @@ RUN make install.buf install.protoc install.go.notidy install.dart
22
RUN rm -rf client server Makefile dbctl
23
24
# 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
+RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1
26
27
ENV PATH=$PATH:/root/.pub-cache/bin
28
0 commit comments