Skip to content

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

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

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ['ubuntu-latest']
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.20.x'
- uses: actions/checkout@v3
- run: go build ./...