fishy commented on PR #3170:
URL: https://github.com/apache/thrift/pull/3170#issuecomment-3000886086

   the problem with auto-switching is that you need to specify the version to 
be used when user is below that version. so if an user's local go toolchain is 
1.22.x, that auto switch them to 1.23.0
   
   and the problem is that we don't want them to use 1.23.0, there are several 
bugs, a lot of them security, fixed in later 1.23.x versions. we want them to 
use the latest version of 1.23.x, or even the latest version of 1.24.x. and no 
one is going to update that line every time a new patch version is released.
   
   and also, as I have said before, any version before 1.23.0 is already no 
longer supported and not receiving any security updates. so people should not 
be using those versions, and any supported version will work with thrift's go 
code (see our go version support policy at 
https://github.com/apache/thrift/blob/master/lib/go/README.md#suppored-go-releases)


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

Reply via email to