Skip to content

build(deps): Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #16

build(deps): Bump google.golang.org/grpc from 1.53.0 to 1.56.3

build(deps): Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #16

Workflow file for this run

name: CI build
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.17
- name: Test
run: make test