Skip to content

Bump google.golang.org/grpc from 1.61.0 to 1.62.0 #38

Bump google.golang.org/grpc from 1.61.0 to 1.62.0

Bump google.golang.org/grpc from 1.61.0 to 1.62.0 #38

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- '**'
name: Update README check
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Checkout code
uses: actions/checkout@v2
- name: generate README.md
run: make README.md
- name: check for uncommitted changes
run: git diff --exit-code