From 7c39fe40b0d35381d3635cbb002ebc8e095af644 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Wed, 9 Oct 2024 14:46:33 +0530 Subject: [PATCH] fix(status-go)_: install protobuf (#16488) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 463fd0e3ee..fede925e60 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ else # "variables.mk" was included. Business as usual until the end of this file all: nim_status_client nix-shell: export NIX_USER_CONF_FILES := $(PWD)/nix/nix.conf -nix-shell: +nix-shell: nix-shell # must be included after the default target @@ -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"