-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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.21.0 #134468
go 1.21.0 #134468
Conversation
Converted this to draft to make sure it doesn't get merged. CI will still run. |
for garble, we need to patch the git ref, it has homebrew shim reference issue |
I tried to write [email protected] formula twice, but with no luck, that's why I resorted to temporarily disabling these 3 failing formulae. |
should be covered by #137087 |
@stefanb can you either rebase to the latest master or create a new PR? Thanks! |
my checklist on ventura arm machine
|
Go 1.21.0 (since all release candidates)
Announcements:
Release notes: https://tip.golang.org/doc/go1.21
Download: https://go.dev/dl/
Problems to fix:
bump via patch: algernon: add build patch for go1.21 #137320bumped from v0.9.3 to v0.10.0 via garble 0.10.0 #132902garble 0.10.1 #134961Check annotations on https://github.com/Homebrew/homebrew-core/pull/134468/files or action logs.
Those that are failing with
quic-go
errors can likely be fixed by bumping to 0.37.x: eg https://github.com/quic-go/quic-go/releases/tag/v0.37.4See https://github.com/quic-go/quic-go/releases for latest version.
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 doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?