1
0
mirror of https://github.com/osrg/gobgp.git synced 2024-05-11 05:55:10 +00:00

update protoc-gen-go version

This commit is contained in:
watal
2022-12-28 02:17:16 +00:00
committed by kanaya516
parent 4db6e77ec9
commit c1ad22fbc7

View File

@ -19,7 +19,7 @@ if ! [[ $(protoc --version) =~ "3.19.1" ]]; then
fi
echo "installing plugins"
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.27.1
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.1
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1.0
echo "generating code"