-
-
Notifications
You must be signed in to change notification settings - Fork 13k
llgo:lock Go dependency to go@1.24 #234050
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
Conversation
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
d0e9928
to
b9363f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
My pleasure! |
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
@carlocab seems upload bottle fail, https://github.com/Homebrew/homebrew-core/actions/runs/17067294027/job/48387395880#step:10:59 Run # Don't quote arguments that might be empty; this causes errors when `brew`
+ brew pr-upload --debug '--committer=BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>' --root-url=https://ghcr.io/v2/homebrew/core
==> llgo
bottle do
rebuild 1
sha256 cellar: :any, arm64_sequoia: "0947ad7513fea18ae89e066e0bbb4ed3c6dc0299ead7d69a4cb57b6f3941d36f"
sha256 cellar: :any, arm64_sonoma: "7de761a6c845ba0a46d27164595fdf5c779cab4fea67cdcc927b696eab7b97d9"
sha256 cellar: :any, arm64_ventura: "cacaa00dc85e867d7c346af23319ecc37dd1518acadacb1329072f2764beb52a"
sha256 cellar: :any, sonoma: "c1d46f74280d51ae465daa27d47c9e06e4da328d52f74a4b871551d4ccfffab5"
sha256 cellar: :any, ventura: "a6022098d5a0ef86f343ce6aca0c983caa53b8c836ab620212da8b459359631b"
sha256 x86_64_linux: "2486bc3ddd7c27fe03c9ae10df73553c09b9f21b3d4dc94b55f99da632dbbf5f"
end
[lock/llgo e2a28f610e7] llgo: update 0.11.5 bottle.
1 file changed, 7 insertions(+), 6 deletions(-)
==> Auditing Formula llgo on os linux and arch intel
llgo
* Dependency 'go@1.24' is an alias; use the canonical name 'go'. can you help me, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your branch was stale, which resulted in the error. I've fixed that now.
Thank you! |
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?llgo with go1.25 will cause panic,so we need lock this version to go1.24