Skip to content

build(deps): Bump google.golang.org/grpc from 1.69.0 to 1.69.2 #1017

build(deps): Bump google.golang.org/grpc from 1.69.0 to 1.69.2

build(deps): Bump google.golang.org/grpc from 1.69.0 to 1.69.2 #1017

Workflow file for this run

name: generate
on: pull_request
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version-file: 'go.mod'
- run: go generate ./...
- run: git add --intent-to-add .
- run: git diff --exit-code