Skip to content

Bump google.golang.org/grpc from 1.69.0 to 1.69.2 #217

Bump google.golang.org/grpc from 1.69.0 to 1.69.2

Bump google.golang.org/grpc from 1.69.0 to 1.69.2 #217

Workflow file for this run

---
name: CI
on: [push]
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Get dependencies
run: make deps
- name: Run tests
run: make test