Skip to content

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tools #118

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tools

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tools #118

Workflow file for this run

name: Run tests
on: [ push, pull_request ]
jobs:
test:
strategy:
matrix:
go-version: [ "1.20", "1.21" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}