Skip to content

re-licence from Apache 2.0 to MIT #62

re-licence from Apache 2.0 to MIT

re-licence from Apache 2.0 to MIT #62

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: Test
run: go test -v ./...