Skip to content

Bump google.golang.org/grpc from 1.54.0 to 1.56.3 #660

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

Bump google.golang.org/grpc from 1.54.0 to 1.56.3 #660

Workflow file for this run

name: Run CI
on: [pull_request]
jobs:
build:
name: Run CI
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21'
id: go
- name: Check out the code
uses: actions/checkout@v1
- name: Make ci
run: make ci