Skip to content

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#7) #85

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#7)

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#7) #85

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 ./...