mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Pin protoc-gen-go-grpc to 1.4.0 They introduced a replace statement within the go.mod file which causes failures running go install protoc-gen-go-grpc@latest Workaround for now is to pin to the previous version See https://github.com/grpc/grpc-go/issues/7448 * Add missing v to version v1.4.0 instead of 1.4.0 within tools/tools.sh