Skip to content

Bump google.golang.org/grpc from 1.35.0 to 1.56.3 #86

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

Bump google.golang.org/grpc from 1.35.0 to 1.56.3 #86

Workflow file for this run

name: Go Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.14
id: go
- name: Test
run: go test -v ./...