Skip to content

Bump google.golang.org/grpc from 1.41.0 to 1.53.0 #140

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

Bump google.golang.org/grpc from 1.41.0 to 1.53.0 #140

Workflow file for this run

name: Go Test
on: [push]
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.18
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go
- name: Test
run: go test -v ./...