You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.yml:
- Runs on push/PR to main
- go test -race -coverprofile
- go vet
release.yml:
- Triggers on v* tags
- Cross-compile linux/darwin amd64/arm64
- CGO_ENABLED=0, ldflags for version
- Attach binaries + checksums to GitHub release
0 commit comments