diff --git a/Makefile b/Makefile index 9a6b00a4..b5d56c6b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ format: gofmt -s -w rpc/ pkg/ bootstrap: - GOOS="linux" go get -u google.golang.org/grpc@v1.59.0 GOOS="linux" go install github.com/golang/protobuf/protoc-gen-go@v1.3.2 test: unittest