Skip to content

Commit f08e6c5

Browse files
committed
update golangci-lint to support go 1.25
1 parent 76e0bd1 commit f08e6c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN if [ "$INSTALL_TOOLS" == "yes" ] ; then \
2828
go install github.com/swaggo/swag/cmd/swag@v1.16.4 && \
2929
go install gotest.tools/gotestsum@v1.13.0 && \
3030
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
31-
| sh -s -- -b $(go env GOPATH)/bin v2.2.2 ; \
31+
| sh -s -- -b $(go env GOPATH)/bin v2.10.1 ; \
3232
fi
3333

3434
ADD --chown=insights:insights dev/kafka/secrets/ca.crt /opt/kafka/

0 commit comments

Comments
 (0)