Skip to content

Commit

Permalink
Pin protobuf packages
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mmmray committed Aug 21, 2024
1 parent 41d03d1 commit 2cb7603
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions core/proto.go
Original file line number Diff line number Diff line change
@@ -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 ./..
48 changes: 24 additions & 24 deletions transport/internet/splithttp/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cb7603

Please sign in to comment.