You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "DMwangnima (via GitHub)" <gi...@apache.org> on 2023/10/16 08:19:00 UTC

[I] Go version compatibility [dubbo-go]

DMwangnima opened a new issue, #2452:
URL: https://github.com/apache/dubbo-go/issues/2452

   <!-- Please only use this template for submitting enhancement requests -->
   
   **What would you like to be added**:
   Implement Triple compatible functions for functionalities that make use of features from go version great than 1.17.
   
   **Why is this needed**:
   There are some Triple functions dependent on net/http library of higher go version. For instance, net/http of go version great than or equal to 1.18 would return ```http2errFromPeer``` for server-side panic in http2 transport. But net/http of previous go version do not support this error type.


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


Re: [I] Go version compatibility [dubbo-go]

Posted by "chickenlj (via GitHub)" <gi...@apache.org>.
chickenlj commented on issue #2452:
URL: https://github.com/apache/dubbo-go/issues/2452#issuecomment-1801353122

   I think we can upgrade go library to a 1.19 or higher version in the first release of our next major version 3.2.x


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org