mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 09:18:34 +00:00
Pin protobuf packages
It happened in the past that I ran with the wrong protobuf version installed locally, and apparently there is even still some file wrong in splithttp. Fix this issue once and for all.
This commit is contained in:
parent
41d03d1856
commit
2cb7603642
2 changed files with 26 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
package core
|
||||
|
||||
//go:generate go install -v google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
||||
//go:generate go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
//go:generate go install -v google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
|
||||
//go:generate go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
|
||||
//go:generate go run ../infra/vprotogen/main.go -pwd ./..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue