Skip to content

contrib/google.golang.org/grpc: stop using deprecated packages #3243

contrib/google.golang.org/grpc: stop using deprecated packages

contrib/google.golang.org/grpc: stop using deprecated packages #3243

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches:
- "**"
merge_group:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unit-integration-tests:
name: PR Unit and Integration Tests
uses: ./.github/workflows/unit-integration-tests.yml
with:
go-version: "1.18"
secrets: inherit