Skip to content

fix(deps): update module google.golang.org/grpc to v1.56.3 [security] #544

fix(deps): update module google.golang.org/grpc to v1.56.3 [security]

fix(deps): update module google.golang.org/grpc to v1.56.3 [security] #544

Workflow file for this run

---
name: Unit tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.15.8'
- run: go test -mod=mod ./...