Skip to content

fix: refactor logging to use context rather than global #18

fix: refactor logging to use context rather than global

fix: refactor logging to use context rather than global #18

Workflow file for this run

name: Ci
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup-go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: setup-test
run: go install gotest.tools/gotestsum@latest
- name: test
run: gotestsum --format github-actions -- -race
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: latest