Skip to content

Bump google.golang.org/grpc from 1.53.0-dev to 1.57.0-dev #4304

Bump google.golang.org/grpc from 1.53.0-dev to 1.57.0-dev

Bump google.golang.org/grpc from 1.53.0-dev to 1.57.0-dev #4304

Workflow file for this run

---
name: Pull Request CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}