Skip to content

Commit 96aa3df

Browse files
bump default gRPC version to 1.78.1 in workflow configuration
1 parent aa1f9fb commit 96aa3df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
grpc_version:
1010
description: 'gRPC version to build'
1111
required: true
12-
default: '1.68.0'
12+
default: '1.78.1'
1313

1414
env:
15-
GRPC_VERSION: ${{ github.event.inputs.grpc_version || '1.68.0' }}
15+
GRPC_VERSION: ${{ github.event.inputs.grpc_version || '1.78.1' }}
1616

1717
jobs:
1818
build-linux-x86_64:

0 commit comments

Comments
 (0)