Skip to content

Update LICENSE to Apache 2 #210

Update LICENSE to Apache 2

Update LICENSE to Apache 2 #210

Workflow file for this run

name: ci
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ">=1.18"
cache: true
- run: make test