Skip to content

fix lint

fix lint #504

Workflow file for this run

name: test
on:
push:
branches: '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: check-go-version
run: go version
- name: go-test
run: make test