Skip to content

Bump google.golang.org/grpc from 1.54.0 to 1.61.0 #141

Bump google.golang.org/grpc from 1.54.0 to 1.61.0

Bump google.golang.org/grpc from 1.54.0 to 1.61.0 #141

Workflow file for this run

name: Go
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- run: make bootstrap-tools
# TODO: fix all linters
- run: echo "skip lint" # make lint
- run: make cover
- uses: codecov/codecov-action@v3