Skip to content

Bump google.golang.org/grpc from 1.54.1 to 1.56.3 #298

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

Bump google.golang.org/grpc from 1.54.1 to 1.56.3 #298

Workflow file for this run

name: test
on:
push:
tags:
- '!v*'
branches:
- '*'
pull_request:
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: unit tests
run: make test