Skip to content

Commit 9b99b39

Browse files
author
lmbsog0
committed
fix protoc-gen-go and protoc-gen-go-grpc package versions
1 parent 69ad155 commit 9b99b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate_grpc.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
wget https://golang.org/dl/go1.20.4.linux-amd64.tar.gz
22
sudo tar -xf go1.20.4.linux-amd64.tar.gz -C /usr/local
33

4-
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
5-
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
4+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.33.0
5+
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
66

77
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v23.2/protoc-23.2-linux-x86_64.zip
88
sudo unzip -o protoc-23.2-linux-x86_64.zip -d /usr/local bin/protoc

0 commit comments

Comments
 (0)