Skip to content

Bump google.golang.org/grpc from 1.35.0 to 1.53.0 #43

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

Bump google.golang.org/grpc from 1.35.0 to 1.53.0 #43

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
if: success()
uses: actions/checkout@v1
with:
ref: main
submodules: recursive
token: ${{ secrets.IDL_PAT }}
- name: checkout-main
if: success()
run: git checkout main
- name: checkout
if: success()
uses: actions/checkout@v1
with:
submodules: recursive
# There is no need to do this if you are not installing from source
- name: setup
if: success()
uses: actions/setup-go@v1
with:
go-version: 1.15.7
- name: make local
if: success()
run: make local