Skip to content

Bump google.golang.org/grpc from 1.78.0 to 1.79.0 (#1915) #4935

Bump google.golang.org/grpc from 1.78.0 to 1.79.0 (#1915)

Bump google.golang.org/grpc from 1.78.0 to 1.79.0 (#1915) #4935

Workflow file for this run

name: sanity
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
merge_group:
jobs:
sanity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Run verify checks
run: make verify