Skip to content

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

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 #81

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- name: lint
run: make lint
- name: build
run: make docker-build
- name: unit test
run: make test