Alanxtl commented on code in PR #389:
URL: https://github.com/apache/dubbo-go-hessian2/pull/389#discussion_r2968998654


##########
go.mod:
##########
@@ -1,7 +1,16 @@
 module github.com/apache/dubbo-go-hessian2
 
+go 1.25
+
 require (
        github.com/dubbogo/gost v1.13.1
        github.com/pkg/errors v0.9.1
        github.com/stretchr/testify v1.7.0
 )

Review Comment:
   go版本不要升的这么高 然后这三个依赖的版本看看升级一下会不会出问题



-- 
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]

Reply via email to