Skip to content

Bump google.golang.org/grpc from 1.55.0 to 1.56.3 #1870

Bump google.golang.org/grpc from 1.55.0 to 1.56.3

Bump google.golang.org/grpc from 1.55.0 to 1.56.3 #1870

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- 'main'
env:
cache-version: 1
jobs:
build:
name: Build binaries
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- run: make release-build
test:
name: Small tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- run: make test
- run: make check-generate
- run: make envtest