Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign built Go binaries for macOS #667

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Sign built Go binaries for macOS #667

merged 1 commit into from
Jan 30, 2025

Conversation

keiko713
Copy link
Contributor

Due to security enhancements in newer macOS versions, unsigned Go binaries may hang when built and executed locally. To prevent this, add code signing to make build.

Due to security enhancements in newer macOS versions, unsigned Go
binaries may hang when built and executed locally. To prevent this,
add code signing to `make build`.
@keiko713 keiko713 requested a review from a team January 29, 2025 07:57
Copy link
Contributor

@msakrejda msakrejda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't test this here, but looks reasonable to me.

@keiko713 keiko713 merged commit 51222d6 into main Jan 30, 2025
9 checks passed
@keiko713 keiko713 deleted the support-macos-codesign branch January 30, 2025 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants