Skip to content

Commit

Permalink
Bump grpc-tools version to match
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Aug 16, 2024
1 parent 160193f commit 627e591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ set_os_architecture

dotnet restore

grpc_tools_version="2.61.0"
grpc_tools_version="2.65.0"
protoc="$HOME"/.nuget/packages/build/grpc.tools/"grpc_tools_version"/tools/"$OS"_"$ARCH"/protoc
grpc_csharp="$HOME"/.nuget/packages/build/grpc.tools/"grpc_tools_version"/tools/"$OS"_"$ARCH"/grpc_csharp_plugin

Expand All @@ -65,4 +65,4 @@ for i in `ls ./gauge-proto/*.proto`; do
$protoc -I./gauge-proto --csharp_out=./src/Gauge.CSharp.Core --grpc_out=./src/Gauge.CSharp.Core --plugin=protoc-gen-grpc=$grpc_csharp $i
done

echo "Done"
echo "Done"

0 comments on commit 627e591

Please sign in to comment.