Alanxtl commented on code in PR #81:
URL:
https://github.com/apache/dubbo-go-pixiu-samples/pull/81#discussion_r2206136760
##########
go.mod:
##########
@@ -20,7 +20,7 @@ require (
github.com/uber/jaeger-client-go v2.29.1+incompatible
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3
- google.golang.org/protobuf v1.30.0
+ google.golang.org/protobuf v1.33.0
Review Comment:
这个版本的protobuf会有依赖冲突,之前升级go版本的时候就发现这个问题了,当时的解决方法是又降回了1.30.0,如果必须要升级的话需要处理依赖的问题。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]