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

   ### Environment
   
   when I run "go build“ under /cmd/protoc-gen-go-triple , it will get error as 
bellow
   
   ```
   # github.com/golang/protobuf/protoc-gen-go/descriptor
   
/Users/jun/go/pkg/mod/github.com/golang/protobuf@v1.5.3/protoc-gen-go/descriptor/descriptor.pb.go:106:61:
 undefined: descriptorpb.Default_FileOptions_PhpGenericServices
   
   ```
   my protoc --version is "libprotoc 3.17.3"
   
   and then i bump github.com/golang/protobuf to 1.5.4 which  is latest 
verison, and then pass build.  A fter that i run  
   
   ```shell
   protoc --go_out=. --go_opt=paths=source_relative --go-triple_out=. 
greet.proto
   ```
   and i found that it only generated greet.pb.go file and missed 
greet.triple.go file
   
   
   
   ### Issue description
   
   <!-- Here is a brief description about the issue. -->
   
   ### Logs
   
   <details><summary>Click me to check logs</summary>
   
   ```
   Copy logs to here.
   ```
   
   </details>
   


-- 
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-unsubscr...@dubbo.apache.org.apache.org

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


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

Reply via email to