-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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.24rc2, [email protected] 1.23.5 (new formula) #201070
Draft
stefanb
wants to merge
3
commits into
master
Choose a base branch
from
go-1.24
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+96
−8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stefanb
added
pre-release
Artifact is pre-release
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
CI-no-fail-fast-deps
Continue dependent tests despite failing GitHub Actions matrix tests.
long dependent tests
Set a long timeout for dependent testing
labels
Dec 13, 2024
github-actions
bot
added
the
automerge-skip
`brew pr-automerge` will skip this pull request
label
Dec 13, 2024
github-actions
bot
added
the
CI-build-dependents-from-source
Pass --build-dependents-from-source to brew test-bot.
label
Dec 13, 2024
stefanb
added
prerelease-testing
Pull request from upstream, testing a pre-release with homebrew dependencies
pre-release
Artifact is pre-release
and removed
pre-release
Artifact is pre-release
labels
Dec 13, 2024
stefanb
force-pushed
the
go-1.24
branch
3 times, most recently
from
December 13, 2024 19:03
fd80d19
to
a57226c
Compare
chenrui333
added
the
CI-skip-recursive-dependents
Pass --skip-recursive-dependents to brew test-bot.
label
Dec 13, 2024
This was referenced Dec 14, 2024
This was referenced Jan 15, 2025
github-actions
bot
added
the
new formula
PR adds a new formula to Homebrew/homebrew-core
label
Jan 16, 2025
stefanb
changed the title
go 1.24rc1
go 1.24rc1, [email protected] 1.23.5 (new formula)
Jan 16, 2025
stefanb
changed the title
go 1.24rc1, [email protected] 1.23.5 (new formula)
go 1.24rc2, [email protected] 1.23.5 (new formula)
Jan 16, 2025
stefanb
added a commit
that referenced
this pull request
Jan 20, 2025
Test failure found in #201070: https://github.com/Homebrew/homebrew-core/actions/runs/12819119607/job/35747580107?pr=201070#step:3:3879 ```` Error: certgraph: failed An exception occurred within a child process: Minitest::Assertion: Expected /www\.example\.edu/ to match "example.com\n". ````
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge-skip
`brew pr-automerge` will skip this pull request
CI-build-dependents-from-source
Pass --build-dependents-from-source to brew test-bot.
CI-no-fail-fast
Continue CI tests despite failing GitHub Actions matrix builds.
CI-no-fail-fast-deps
Continue dependent tests despite failing GitHub Actions matrix tests.
CI-skip-recursive-dependents
Pass --skip-recursive-dependents to brew test-bot.
in progress
Stale bot should stay away
long dependent tests
Set a long timeout for dependent testing
new formula
PR adds a new formula to Homebrew/homebrew-core
pre-release
Artifact is pre-release
prerelease-testing
Pull request from upstream, testing a pre-release with homebrew dependencies
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Announcements:
Release notes:
Go 1.24 milestone: (release blockers)
Go release dashboard: https://dev.golang.org/release
Downloads: https://go.dev/dl/
Related previous:
Related upstream:
Builds:
Problematic dependant formulae:
Could not resolve host: ghcr.io
Could not resolve host: ghcr.io
Expected /github\.com/ to match "".
internal error: package "fmt" without types was imported from "github.com/aws/aws-sdk-go/aws/client"
github.com/supranational/blst/bindings/go /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/supranational/[email protected]/bindings/go/blst.go:237:11: cannot define new methods on non-local type SecretKey
Go version "go1.24rc1" is too new; Go linker patches aren't available for go1.24 or later yet
API rate limit exceeded
Minitest::Assertion: Expected /sloppyLen:\ len\(str\)\ <=\ 0\ can\ be\ len\(str\)\ ==\ 0/ to match "internal error: package \"fmt\" without types was imported from \"command-line-arguments\"\n".
govulncheck: Loading packages failed, possibly due to a mismatch between the Go version used to build govulncheck and the Go version on PATH. Consider rebuilding govulncheck with the current Go version.
➡️ revision bump as in govulncheck: build with go1.23 #181468package requires newer Go version go1.24 (application built with go1.23)
unexpected token at '{"code":"compile","severity":"er'
staticcheck: Fails with Go 1.24: internal error in importing ... (unsupported version: 2) dominikh/go-tools#1627internal error: package "log" without types was imported from "github.com/russellcardullo/terraform-provider-pingdom/pingdom [github.com/russellcardullo/terraform-provider-pingdom/pingdom.test]"
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>
?