mirror of
https://github.com/larksuite/cli.git
synced 2026-07-08 02:00:19 +08:00
Drop the keychain_signer build tag now that the signer is cgo-free (purego runtime FFI). darwin builds always include it, so release and PR-preview binaries are signed without a tag. Adjust go vet to -unsafeptr=false for the FFI data-symbol dereference (golangci-lint still runs full govet honoring the inline //nolint:govet).