Hi, I have noticed the latest master/ tidb release branch have been using an older version of grpc module google.golang.org/grpc and specifically, this older version was using a function that was removed in the latest grpc module and causing build errors
Error: /home/runner/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20251110064850-747c298c5da2/internal/client/conn_pool.go:145:37: undefined: experimental.WithRecvBufferPool
Error: /home/runner/go/pkg/mod/github.com/tikv/client-go/v2@v2.0.8-0.20251110064850-747c298c5da2/internal/client/conn_pool.go:145:61: undefined: grpc.NewSharedBufferPool
Error: Process completed with exit code 1.
I have made one example change in #1792
Hi, I have noticed the latest master/ tidb release branch have been using an older version of grpc module google.golang.org/grpc and specifically, this older version was using a function that was removed in the latest grpc module and causing build errors
I have made one example change in #1792