Skip to content

Bump google.golang.org/grpc from 1.44.0 to 1.56.3 #91

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

Bump google.golang.org/grpc from 1.44.0 to 1.56.3 #91

Workflow file for this run

on:
push:
branches:
- main
- 'release**'
pull_request:
branches:
- main
- 'release**'
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: go build -v ./...
- name: Test
run: go test -v -cover ./...