Skip to content

Bump google.golang.org/grpc from 1.75.0 to 1.75.1 (#77) #157

Bump google.golang.org/grpc from 1.75.0 to 1.75.1 (#77)

Bump google.golang.org/grpc from 1.75.0 to 1.75.1 (#77) #157

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: run tests
run: go test -v ./...