Skip to content

build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.65.0 #437

build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.65.0

build(deps): Bump google.golang.org/grpc from 1.50.1 to 1.65.0 #437

Workflow file for this run

name: run tests
on: [pull_request, workflow_dispatch]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- name: Build
run: make build
- name: Test
run: make test