Skip to content

README: change godoc url to point to master #33

README: change godoc url to point to master

README: change godoc url to point to master #33

Workflow file for this run

---
name: Test macOS arm64
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.x'
- name: Test
run: make release