Skip to content

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.68.0 #13

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.68.0

build(deps): bump google.golang.org/grpc from 1.64.1 to 1.68.0 #13

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
Test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Unit Test
run: make tests