Skip to content

Bump google.golang.org/grpc from 1.56.1 to 1.56.2 #519

Bump google.golang.org/grpc from 1.56.1 to 1.56.2

Bump google.golang.org/grpc from 1.56.1 to 1.56.2 #519

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: make test