Similarityoung commented on code in PR #862: URL: https://github.com/apache/dubbo-go-pixiu/pull/862#discussion_r3098176140
########## tools/benchmark/go.mod: ########## @@ -3,7 +3,7 @@ module github.com/apache/dubbo-go-pixiu/tools/benchmark go 1.25.0 require ( - dubbo.apache.org/dubbo-go/v3 v3.3.1 + dubbo.apache.org/dubbo-go/v3 v3.0.0-20260210015753-35ea886421f9 Review Comment: 那啥,这个 tag 的版本比 3.3.1 要高,可以用新版的泛化调用 api,主要是等 dubbo-go 那发 3.3.2 -- 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]
