I am trying to rebuild the *.pb.go files for hotel reservation.
I am using the command make proto to generate these files.
And I'm using the following versions:
Before PR #288 I was able to use the following version to regenerate the .pb.go files:
Go: 1.18
lib-protoc: 3.19.4
proto-gen-go-grpc: 1.3.0
protobuf: 1.5.3
This version combination does not work after PR #288
I upgraded the Go version since the Go version in Dockerfile was upgraded to 1.21 after PR #288
Can you please let me know which versions to use to re-generate the .pb.go files?
Hello,
I am trying to rebuild the *.pb.go files for hotel reservation. I am using the command
make proto
to generate these files. And I'm using the following versions:Then on running
docker-compose build
:Before PR #288 I was able to use the following version to regenerate the .pb.go files:
Can you please let me know which versions to use to re-generate the .pb.go files?