-
Notifications
You must be signed in to change notification settings - Fork 32
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
Go 1.24 support #973
Comments
Hey, thanks for testing it. The failing test is defined in: |
Thanks. I guess llgo needs to be rebuilt after go is upgraded from 1.23 to 1.24. Is there a way to trigger an llgo rebuild automatically when go upgraded? |
We can bump But in that test the |
Maybe let llgo depends on go@1.23, and create new revision after go 1.24 released into Homebrew? |
Homebrew cannot pin it yet to
|
@stefanb So currently we don't need to do anything, just follow the Go 1.24 progress? |
Correct. If you tested it with go 1.24 rc it should be easy to do a follow-up in homebrew. |
Indeed, rebuilding in Homebrew/homebrew-core#207420 was enough, thank you! |
@stefanb Thanks. |
While testing llgo with Go 1.24 release candidates in
there was a test error:
The text was updated successfully, but these errors were encountered: