attempt to fix proto

This commit is contained in:
Jasmina Malicevic
2022-06-23 22:41:37 +02:00
parent 4b36c5d16d
commit 2209fa6701

View File

@@ -76,7 +76,7 @@ install:
check-proto-deps:
ifeq (,$(shell which protoc-gen-gogofaster))
$(error "gogofaster plugin for protoc is required. Run 'go install github.com/gogo/protobuf/protoc-gen-gogofaster@latest' to install")
@go install github.com/gogo/protobuf/protoc-gen-gogofaster@latest
endif
.PHONY: check-proto-deps