Skip to content

Bump google.golang.org/grpc from 1.66.2 to 1.67.0 #120

Bump google.golang.org/grpc from 1.66.2 to 1.67.0

Bump google.golang.org/grpc from 1.66.2 to 1.67.0 #120

Workflow file for this run

name: Mock Checker
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
generated_code:
name: generated_code
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Generate code
run: |
scripts/generate.sh
- name: Print diff
run: git --no-pager diff
- name: Fail if diff exists
run: git --no-pager diff --quiet