File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,13 @@ If you want to run integration tests you will also need:
79
79
80
80
If you're working on the gRPC interface you will also have to:
81
81
82
- - download the [ protoc] [ 6 ] compiler
83
- - run ` go get -u github.com/golang/protobuf/protoc-gen-go `
82
+ - download and install the [ protoc] [ 6 ] compiler (use the version required to match the generated code, please note that
83
+ the latest releases does not follow semantic versioning anymore so, for example, the version 3.21.12 must be searched
84
+ as 21.12 dropping the major number)
85
+ - install ` protoc-gen-go ` using: ` go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0 ` (use the version
86
+ required to match the generated code)
87
+ - install ` protoc-gen-go-grpc ` using: ` go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0 ` (use the version
88
+ required to match the generated code)
84
89
85
90
### Building the source code
86
91
You can’t perform that action at this time.
0 commit comments