fishy opened a new pull request #2421:
URL: https://github.com/apache/thrift/pull/2421


   Because we briefly had go.mod file under lib/go/thrift in e27e82c46b
   (it was later removed in d9fcdd3dba), using
   
       go get github.com/apache/thrift/lib/go/thrift/...
   
   (as suggested by the current README) will get that particular version
   instead of the latest released version. So update README to use
   
       go get github.com/apache/thrift
   
   instead.
   
   Also instead of saying we support Go 1.7+, say we support the officially
   supported Go releases, as that's our new support policy.
   


-- 
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: dev-unsubscr...@thrift.apache.org

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


Reply via email to