Skip to content

Bump google.golang.org/grpc from 1.56.3 to 1.79.3 #382

Bump google.golang.org/grpc from 1.56.3 to 1.79.3

Bump google.golang.org/grpc from 1.56.3 to 1.79.3 #382

Workflow file for this run

name: test-pr
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24
- name: Unit Test
run: make test
- name: Vet
run: make vet