fix(status-go)_: install protobuf (#16488)

This commit is contained in:
Siddarth Kumar 2024-10-09 14:46:33 +05:30 committed by GitHub
parent 62cfed201f
commit 7c39fe40b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -445,6 +445,7 @@ status-go: $(STATUSGO)
status-go-deps:
go install go.uber.org/mock/mockgen@v0.4.0
go install github.com/kevinburke/go-bindata/v4/...@v4.0.2
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
status-go-clean:
echo -e "\033[92mCleaning:\033[39m status-go"