Skip to content

Bump google.golang.org/grpc from 1.51.0 to 1.53.0 #108

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

Bump google.golang.org/grpc from 1.51.0 to 1.53.0 #108

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.19.x
- name: Make
run: make all