Skip to content

Bump google.golang.org/grpc from 1.27.1 to 1.53.0 #4

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

Bump google.golang.org/grpc from 1.27.1 to 1.53.0 #4

Workflow file for this run

name: build
on: [push,pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v2
with:
go-version: ^1.13
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Check
run: make check
- name: Test
run: make test
- name: Build
run: make