Skip to content

make the logging.Tracer and logging.ConnectionTracer a struct #5467

make the logging.Tracer and logging.ConnectionTracer a struct

make the logging.Tracer and logging.ConnectionTracer a struct #5467

Workflow file for this run

on: [push, pull_request]
jobs:
gogenerate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20.x"
- name: Install dependencies
run: go build
- name: Run code generators
run: .github/workflows/go-generate.sh