Skip to content

Bump google.golang.org/grpc from 1.39.0 to 1.56.3 #3

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

Bump google.golang.org/grpc from 1.39.0 to 1.56.3 #3

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build
run: make build
- name: tests
run: make test