Skip to content

Bump google.golang.org/grpc from 1.69.4 to 1.70.0 #1407

Bump google.golang.org/grpc from 1.69.4 to 1.70.0

Bump google.golang.org/grpc from 1.69.4 to 1.70.0 #1407

Workflow file for this run

name: test
on:
push:
paths-ignore:
- 'test/azure-pipelines/**'
pull_request:
paths-ignore:
- 'test/azure-pipelines/**'
jobs:
test-linux:
uses: ./.github/workflows/test.linux.yml
test-windows:
uses: ./.github/workflows/test.windows.yml
deploy-docker:
needs: test-linux
if: github.event_name == 'push' && github.ref_name == 'main'
uses: ./.github/workflows/test.docker.yml
secrets: inherit