Skip to content

Bump google.golang.org/grpc from 1.64.0 to 1.64.1 #67

Bump google.golang.org/grpc from 1.64.0 to 1.64.1

Bump google.golang.org/grpc from 1.64.0 to 1.64.1 #67

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'
- run: make
- run: make test