Skip to content

CLOUD-727: Bump google.golang.org/grpc from 1.75.1 to 1.76.0 #4275

CLOUD-727: Bump google.golang.org/grpc from 1.75.1 to 1.76.0

CLOUD-727: Bump google.golang.org/grpc from 1.75.1 to 1.76.0 #4275

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: run tests
run: make test