ShawnJeffersonWang opened a new issue, #2689: URL: https://github.com/apache/dubbo-go/issues/2689
### Issue description at [dubbo-go-docs](https://cn.dubbo.apache.org/zh-cn/overview/quickstart/go/install/)  However, this command installs version `1.0.8` of the `protoc-gen-go-triple` plugin, which is outdated. The current standard is to use version `3.0.0` or higher of the `protoc-gen-go-triple` plugin. The outdated version needs to be removed manually, which is not so good. Users must download a packaged version of the plugin to replace the old one. **Steps to Reproduce:** 1. Follow the instructions on the Dubbo-go official website for setting up the development environment. 2. Run the command `dubbogo-cli install all`. 3. Check the installed version of `protoc-gen-go-triple`. **Expected Behavior:** The `dubbogo-cli install all` command should install version `3.0.0` or higher of the `protoc-gen-go-triple` plugin. **Actual Behavior:** The command installs version `1.0.8` of the `protoc-gen-go-triple` plugin. -- 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]
