Skip to content

Bump google.golang.org/grpc from 1.78.0 to 1.79.3 #13

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

Bump google.golang.org/grpc from 1.78.0 to 1.79.3 #13

Workflow file for this run

name: Go Test
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Go Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: '1.25'
- run: go test -v ./...