Skip to content

Bump google.golang.org/grpc from 1.52.3 to 1.53.0 #78

Bump google.golang.org/grpc from 1.52.3 to 1.53.0

Bump google.golang.org/grpc from 1.52.3 to 1.53.0 #78

Workflow file for this run

name: Go
on: [ push, pull_request ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.19'
cache: true
- name: Get dependencies
run: go mod download
- name: Test
run: go test -race ./...