Skip to content

chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 #122

chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0

chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 #122

Workflow file for this run

name: Test
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test-go:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: "1.21"
- name: Test go project
run: |
make test-go