Skip to content

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #36

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

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #36

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go 1.19
uses: actions/setup-go@v2
with:
go-version: '1.19.x'
- name: Run Go Build
run: make build
- name: Run tests
run: make test_all