Skip to content

Bump google.golang.org/grpc from 1.56.2 to 1.56.3 #131

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

Bump google.golang.org/grpc from 1.56.2 to 1.56.3 #131

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.15.0'
- uses: actions/checkout@v3
- run: make lint
- run: make build
- run: make test