Skip to content

chore: update go version and some comments #7

chore: update go version and some comments

chore: update go version and some comments #7

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.2'
- name: Test
run: go test -v ./pkg/...