Skip to content

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #177

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

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 #177

Workflow file for this run

name: Go
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
target:
- check-mod
- test-ci
- lint-ci
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
id: go
- name: checkout
uses: actions/checkout@v2
- name: setup
run: make setup
- name: ${{ matrix.target }}
run: make ${{ matrix.target }}