Skip to content

build(deps): bump google.golang.org/grpc from 1.48.0 to 1.53.0 #6

build(deps): bump google.golang.org/grpc from 1.48.0 to 1.53.0

build(deps): bump google.golang.org/grpc from 1.48.0 to 1.53.0 #6

Workflow file for this run

name: Pull Request Build & Test
on: pull_request
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: build and test
run: |
make
make test