mirror of https://github.com/hashicorp/consul
Browse Source
I had protoc-gen-go installed through `google.golang.org/protobuf` instead of `github.com/golang/protobuf` and `make proto` was failing silently. This change will ensure you get an error: ``` protoc-gen-go is already installed by module "google.golang.org/protobuf" but should be installed by module "github.com/golang/protobuf". Delete it and re-run to re-install. ```pull/13743/head^2
Luke Kysow
2 years ago
committed by
GitHub
1 changed files with 8 additions and 2 deletions
Loading…
Reference in new issue