Skip to content

chore: a few adjustment #494

chore: a few adjustment

chore: a few adjustment #494

Workflow file for this run

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