https://www.kencochrane.com/2020/08/01/build-and-sign-golang-binaries-for-macos-with-github-actions/
Kencochrane
Build, notarize, and sign Golang binaries for MacOS with GitHub Actions
When Apple introduced MacOS Catalina, it came with some security features to make sure you were only using trusted binaries. This requires that the binaries are signed and notarized by Apple themselves, or else you get an error.
MacOs Catalina error for…
MacOs Catalina error for…