Skip to content

Bump google.golang.org/grpc from 1.55.0 to 1.56.3 #23

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

Bump google.golang.org/grpc from 1.55.0 to 1.56.3 #23

Workflow file for this run

name: Test Pull Request
on: [pull_request]
jobs:
unit-test:
name: Run Unit Tests
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: Get Source Code
uses: actions/checkout@v3
- name: Test
run: make test
- name: Build Examples
run: make build-examples