Skip to content

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

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

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

Workflow file for this run

name: "Unit Test"
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
unittest:
name: Unit Test
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.17.13
- name: Go vet
run: |
export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin
go install github.com/onsi/ginkgo/ginkgo@v1.16.4
make install-test-tools fmt vet test