Skip to content

Bump google.golang.org/grpc from 1.75.1 to 1.76.0 #4252

Bump google.golang.org/grpc from 1.75.1 to 1.76.0

Bump google.golang.org/grpc from 1.75.1 to 1.76.0 #4252

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: make build