Skip to content

Bump google.golang.org/grpc from 1.50.0 to 1.53.0 in /example/client #88

Bump google.golang.org/grpc from 1.50.0 to 1.53.0 in /example/client

Bump google.golang.org/grpc from 1.50.0 to 1.53.0 in /example/client #88

Workflow file for this run

name: Go
on:
push:
jobs:
mod:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
- name: Tidy modules
run: go mod tidy
- name: Check for changes
run: git add . && git diff --staged --exit-code