Skip to content

Bump google.golang.org/grpc from 1.58.0 to 1.58.3 #52

Bump google.golang.org/grpc from 1.58.0 to 1.58.3

Bump google.golang.org/grpc from 1.58.0 to 1.58.3 #52

Workflow file for this run

name: Knox Go Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.3
- name: Install mockgen
run: |
go install github.com/golang/mock/[email protected]
- name: Build
run: |-
make build
- name: Test
run: |-
make test