Skip to content

Commit

Permalink
Merge pull request #72 from ehaligow/ehaligow-change-grpc-version
Browse files Browse the repository at this point in the history
Change gRPC version during install in Makefile
  • Loading branch information
Maciej Miś authored Dec 20, 2023
2 parents 5a268d6 + 37ae1e8 commit 5ec96ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ prereq:
&& sudo mv /tmp/protoc3/bin/* /usr/local/bin/ \
&& sudo mv /tmp/protoc3/include/* /usr/local/include/
rm -rf /tmp/protoc3
GOROOT=${GO_DIR} GOPATH=$(HOME)/app ${GO_BIN_PATH}/go get -v google.golang.org/grpc
GOROOT=${GO_DIR} GOPATH=$(HOME)/app ${GO_BIN_PATH}/go get -v google.golang.org/grpc@v1.57.0
GOROOT=${GO_DIR} GOPATH=$(HOME)/app ${GO_BIN_PATH}/go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
GOROOT=${GO_DIR} GOPATH=$(HOME)/app ${GO_BIN_PATH}/go install github.com/golang/protobuf/[email protected]

Expand Down

0 comments on commit 5ec96ea

Please sign in to comment.