Skip to content

Conversation

@qianbinbin
Copy link
Contributor

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

As noted in https://tip.golang.org/doc/go1.25#darwin:

As announced in the Go 1.24 release notes, Go 1.25 requires macOS 12 Monterey or later. Support for previous versions has been discontinued.

Build failure log:

Building packages and commands for darwin/amd64.
dyld: Symbol not found: _SecTrustCopyCertificateChain
  Referenced from: /usr/local/Cellar/go/1.25.0/libexec/bin/go (which was built for Mac OS X 12.0)
  Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
 in /usr/local/Cellar/go/1.25.0/libexec/bin/go

go tool dist: FAILED: /usr/local/Cellar/go/1.25.0/libexec/bin/go list -f={{if .Stale}}	STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std: signal: abort trap

@qianbinbin
Copy link
Contributor Author

Hi @cho-m @ZhongRuoyu @daeho-ro , could you please take a look at this PR? The CI failed somehow. Thanks.

@daeho-ro daeho-ro added the CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. label Aug 14, 2025
Copy link
Member

@ZhongRuoyu ZhongRuoyu left a comment

Choose a reason for hiding this comment

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

Thanks for the PR @qianbinbin! The PR on itself looks good. Errors are pre-existing #226636 so let's merge this with CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. .

Next time, please avoid pinging maintainers unless you don't receive a review in due time.

@ZhongRuoyu ZhongRuoyu enabled auto-merge August 14, 2025 17:00
@ZhongRuoyu ZhongRuoyu added this pull request to the merge queue Aug 14, 2025
Merged via the queue into Homebrew:main with commit a605331 Aug 14, 2025
39 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants