Skip to content

refactor: replace zap log with slog #120

refactor: replace zap log with slog

refactor: replace zap log with slog #120

Workflow file for this run

name: test
on:
pull_request:
types: [opened, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
- name: Test
run: ./scripts.sh test