Skip to content

Bump google.golang.org/grpc from 1.59.0 to 1.60.0 #8

Bump google.golang.org/grpc from 1.59.0 to 1.60.0

Bump google.golang.org/grpc from 1.59.0 to 1.60.0 #8

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
check-latest: true
- name: Tests
run: |
make test