Skip to content

Bump google.golang.org/grpc from 1.25.1 to 1.53.0 #31

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

Bump google.golang.org/grpc from 1.25.1 to 1.53.0 #31

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
test:
name: Run test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Setup go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.17.5
- name: Run tests
run: |
go test ./...