-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
go 1.25rc1, [email protected] 1.24.4 (new formula) #226636
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
Draft
stefanb
wants to merge
2
commits into
master
Choose a base branch
from
go-1.25
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
+91
−4
Conversation
This file contains hidden or 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
looks like linux arm dependency builds did not get triggered. |
kezhenxu94
pushed a commit
to apache/skywalking-eyes
that referenced
this pull request
Jun 14, 2025
The build error with Go 1.25 manifests as: go1.25rc1 build ./... # golang.org/x/tools/internal/tokeninternal ../../../go/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) updated via go get -u golang.org/x/tools go mod tidy Related: * Go proposal: golang/go#73205 * Upstream x/tools fix: https://go-review.googlesource.com/c/tools/+/675955 * Problem found in Homebrew/homebrew-core#226636
This was referenced Jun 14, 2025
Merged
This was referenced Jun 15, 2025
mhilton
pushed a commit
to influxdata/flux
that referenced
this pull request
Jun 16, 2025
…lity (#5543) Build with Go 1.25 fails with: go generate -tags '' ./libflux/go/libflux env GO111MODULE=on go build -tags '' ./... go: downloading github.com/dave/jennifer v1.2.0 go: downloading golang.org/x/mod v0.18.0 # golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) make: *** [build] Error 1 Bumped via: go1.25rc1 get -u golang.org/x/tools go: upgraded golang.org/x/crypto v0.36.0 => v0.39.0 go: upgraded golang.org/x/mod v0.24.0 => v0.25.0 go: upgraded golang.org/x/net v0.38.0 => v0.41.0 go: upgraded golang.org/x/sync v0.12.0 => v0.15.0 go: upgraded golang.org/x/sys v0.31.0 => v0.33.0 go: upgraded golang.org/x/term v0.30.0 => v0.32.0 go: upgraded golang.org/x/text v0.23.0 => v0.26.0 go: upgraded golang.org/x/tools v0.30.0 => v0.34.0 go1.25rc1 mod tidy Related: * Go proposal: golang/go#73205 * Upstream `golang.org/x/tools` fix: https://go-review.googlesource.com/c/tools/+/675955 / golang/tools@2815c8b * Problem found in Homebrew/homebrew-core#226636
stefanb
added a commit
to stefanb/legitify
that referenced
this pull request
Jun 19, 2025
The build error with Go 1.25 manifests as: go1.25rc1 build ./... # golang.org/x/tools/internal/tokeninternal ../../../go/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64) go1.25rc1 get -u golang.org/x/tools go: upgraded go 1.19 => 1.23.0 go: upgraded golang.org/x/crypto v0.21.0 => v0.39.0 go: upgraded golang.org/x/mod v0.12.0 => v0.25.0 go: upgraded golang.org/x/net v0.23.0 => v0.41.0 go: upgraded golang.org/x/sync v0.3.0 => v0.15.0 go: upgraded golang.org/x/sys v0.20.0 => v0.33.0 go: upgraded golang.org/x/term v0.18.0 => v0.32.0 go: upgraded golang.org/x/text v0.14.0 => v0.26.0 go: upgraded golang.org/x/tools v0.13.0 => v0.34.0 go1.25rc1 mod tidy Related: * Go proposal: golang/go#73205 * Upstream `golang.org/x/tools` fix: https://go-review.googlesource.com/c/tools/+/675955 / golang/tools@2815c8b * Problem found in Homebrew/homebrew-core#226636
This was referenced Jun 19, 2025
hailaz
added a commit
to gogf/gf
that referenced
this pull request
Jun 20, 2025
…4313) chore: bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility ``` # golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) ``` relates to Homebrew/homebrew-core#226636
stefanb
added a commit
to stefanb/pebble
that referenced
this pull request
Jun 25, 2025
The Go 1.25 incompatibility found in * Homebrew/homebrew-core#226636 then: * reported upstream in cockroachdb/swiss#48 * fixed upstream cockroachdb/swiss#49
RaduBerinde
pushed a commit
to cockroachdb/pebble
that referenced
this pull request
Jun 25, 2025
The Go 1.25 incompatibility found in * Homebrew/homebrew-core#226636 then: * reported upstream in cockroachdb/swiss#48 * fixed upstream cockroachdb/swiss#49
stefanb
added a commit
to stefanb/kubo
that referenced
this pull request
Jun 25, 2025
Go 1.25 incompatibility detected in * Homebrew/homebrew-core#226636 then: * reported upstream in cockroachdb/swiss#48 * fixed upstream cockroachdb/swiss#49 This PR brings this fix upstream to kubo. Alternatively we could wait until * cockroachdb/pebble#4954 is included in a release and then update direct dependancy module github.com/cockroachdb/pebble/v2
stefanb
added a commit
to stefanb/kubo
that referenced
this pull request
Jun 25, 2025
Go 1.25 incompatibility detected in * Homebrew/homebrew-core#226636 then: * reported upstream in cockroachdb/swiss#48 * fixed upstream cockroachdb/swiss#49 This PR brings this fix upstream to kubo. Alternatively we could wait until * cockroachdb/pebble#4954 is included in a release and then update direct dependancy module github.com/cockroachdb/pebble/v2
stefanb
added a commit
to stefanb/kubo
that referenced
this pull request
Jun 26, 2025
Go 1.25 incompatibility detected in * Homebrew/homebrew-core#226636 then: * reported upstream in cockroachdb/swiss#48 * fixed upstream cockroachdb/swiss#49 This PR brings this fix upstream to kubo. The fix was brought to github.com/cockroachdb/pebble/v2 in * cockroachdb/pebble#4954 And released in https://github.com/cockroachdb/pebble/releases/tag/v2.0.6 Which is now used. Full changelog: cockroachdb/pebble@v2.0.3...v2.0.6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
alias
autobump
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.
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
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.
Announcement:
Release notes:
Go 1.24 milestone:
(release blockers, commits, PRs)
Go release dashboard: https://dev.golang.org/release
Downloads: https://go.dev/dl/
Related/similar previous:
Builds:
Problematic dependants formulae:
Due to Go 1.25 changes
Needs specific support for Go 1.25 upstream
Go linker patches aren't available for go1.25 or later yet
Formula revision bump needed
the Go language version (go1.24) used to build golangci-lint is lower than the targeted Go version (1.25)
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.
module requires at least go1.25rc1, but Staticcheck was built with go1.24.4
Needs golang.org/x/tools bump to >= v0.34.0
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
build(deps): Bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility influxdata/flux#5543
Pending release > v0.196.1
flux 0.197.0 #228137
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
chore: bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility gogf/gf#4313
Pending release > v2.9.0
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64)
chore: bump golang.org/x/tools to v0.34.0 for Go 1.25 compatibility segmentio/golines#167
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:33:9: invalid array length -delta * delta (constant -256 of type int64)
Regular update in golang/tools@06818cb for x/tools/gopls: release version v0.19.0 golang/go#73965
gopls 0.19.0 #227092
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
Bump golang.org/x/tools from 0.33.0 to 0.34.0 gotestyourself/gotestsum#501
gotestsum 1.12.3 #227332
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64)
build(deps): Update golang.org/x/tools to v0.34.0 for Go 1.25 Legit-Labs/legitify#350
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
Update golang.org/x/tools to v0.34.0 for Go 1.25 compatibility apache/skywalking-eyes#201
Pending release > v0.7.0
# golang.org/x/tools/internal/tokeninternal /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/golang.org/x/[email protected]/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64)
service-weaver: deprecate #226921
Hash mismatches
Expected: 4235de52b6068f9f3d2d04f3b43ca8d2de1d1e421ae3cfbcdbcef2629d9b8263 Actual: 605e87f4d566f14455f6c1e609eabd3fc2337a09d695fafc489011ce48b02035
Expected: 79db2cdd7dfe55edefdb7dcdd1c4403fdc5cb9378385f23456d16a740cc6ec24 Actual: a684f627680eff51acec81f8eb3c4fa920c32b05afde0c040e9c51d1d2fe3067
Expected: 6377012d2899867b5a32f67b810d19cb44b6eb14a3caa8214cb969f69209a51b Actual: 4d8a04a3eabdeddce0ec1f77dddaa23dfe480150d9222e7dcebaccaff86b9c1f
Expected: d498284ee6a523fd4b87d284693b313fea289b4a374f2c0d1b5023f2b18bf77a Actual: 08891e25bfac225ac90fd6ccc20ec5d8d0dff96222d86eaafeb976d85bb338f0
Expected: 24c7728797fb614c0fd69fcd878b872835d889cf25e8a140898a107f282ff999 Actual: 05ab7c1dc46e0904013d6c70583c48597a5a9447aeaacfb059b3c187c8b8c633
kubevpn 2.7.19 #227250
Expected: 1887e12a27b779d41111347bc5181573165cf6063bbcd622b50977d26c4e2a59 Actual: 27048e7dbad0841f146fdb3ddb9031ae959463fe76b3fb8944a19ed5253e6c56
Expected: f74b30f2d62e0ab002c104b075ffda8a9574a8597a73abc31bfa7b7e264d3517 Actual: 62c623ac6ff9507eff68d1a66d335fc8878065ff563639e493b3cc216145234a
mdz 2.2.2 #227043
Expected: 89be7e6cecd3620b73d257b710b9b2dbe04ce16bfd28adf4c656ed94968520ac Actual: ac50cb1fc211f1227e0a3e2da19375e9f6d60a5f06cea524169489213a4b6fae
mongodb-atlas-cli 1.44.0 #227619
Expected: 2773eb36c66cea85f4fb6aa5f0ffbf323046dae2b1ed5a37f18b487022f6414b Actual: 4f9ad5c5a315053489b45e9a734999b2524140af45429853428b07b49b0aa5e2
Expected: e79f53c3227ac31c858fad061d8a000162cb5ecf8b446b90b574adde9e9ab455 Actual: ac8a20b8cf0c5c214eac43e9456fcf75c7482c3fba0f821382098bd5ea011a13
percona-toolkit 3.7.0-2 #226606
Expected: 4352b72f94d22d3a29aa20b4793c19472ca3c1ba1c689676bb37f8c7a453ecf6 Actual: 6ce9b21640eec97c4003b378434dd0d78afc22ac5f4336233b3f003c6c4967c6
Transient
API rate limit exceeded
YN0000: Failed with errors in 26m 5s
ERR_PNPM_FETCH_504 GET https://registry.npmjs.org/@storybook%2Faddon-docs: Gateway Timeout - 504
The remote server failed to provide the requested resource ➤ YN0035: │ Response Code: 503 (Service Unavailable)
fatal: not a git repository (or any of the parent directories): .git
,npm error 503 Service Unavailable
go: downloading modernc.org/sqlite v1.18.1 drivers/sqlboiler-sqlite3/driver/sqlite3.go:12:2: modernc.org/[email protected]: Get "https://proxy.golang.org/modernc.org/sqlite/@v/v1.18.1.zip": dial tcp 74.125.193.141:443: connect: operation timed out
Other / Unknown / not yet categorized
config/config.go:14:2: unrecognized import path "code.rocketnine.space/tslocum/cview": parse https://code.rocketnine.space/tslocum/cview?go-get=1: no go-import meta tags (meta tag codeberg.org/tslocum/cview did not match import path code.rocketnine.space/tslocum/cview)
Unable to check for latest version: could not fetch releases
external/zlib/BUILD.bazel:31:11: Compiling zutil.c [for tool] failed: (Exit 1): cc_wrapper.sh failed: error executing CppCompile command
# github.com/bytedance/sonic/internal/rt /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/[email protected]/internal/rt/stubs.go:33:22: undefined: GoMapIterator /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/bytedance/[email protected]/internal/rt/stubs.go:36:54: undefined: GoMapIterator
# github.com/cockroachdb/swiss /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:286:7: undefined: hashFn /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:337:14: undefined: getRuntimeHasher /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:338:22: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:600:23: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:649:19: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:670:20: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/options.go:30:14: undefined: hashFn
Enable Go 1.25 support cockroachdb/swiss#48 & Enable support for Go 1.25 cockroachdb/swiss#49
go.mod: update github.com/cockroachdb/swiss to support Go 1.25 cockroachdb/pebble#4954
chore: github.com/cockroachdb/pebble/v2 to v2.0.6 for Go 1.25 support ipfs/kubo#10850
# github.com/cockroachdb/swiss /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:286:7: undefined: hashFn /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:337:14: undefined: getRuntimeHasher /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:338:22: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:600:23: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:649:19: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/map.go:670:20: undefined: fastrand64 /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/cockroachdb/[email protected]/options.go:30:14: undefined: hashFn
Enable Go 1.25 support cockroachdb/swiss#48 & Enable support for Go 1.25 cockroachdb/swiss#49
go.mod: update github.com/cockroachdb/swiss to support Go 1.25 cockroachdb/pebble#4954
no space left on device
panic: cannot build SSA for packages
level=error errno="2, No such file or directory" tid=6587157 msg="CLAIM: cannot load cloud config '/opt/homebrew/var/lib/netdata/cloud.d/cloud.conf'. Running with internal defaults."
131 is not a valid translation, please use
quran ls-translations' to see available translations.`quran: update test #226912
runtime go1.25rc1 not found in compat.yaml
entry was added
Pending release > v1.29.7
flag provided but not defined: -enable-v2
vitess: update test to use etcd v3 #226911
db could not be loaded: the eol database was built 17 weeks ago (max allowed age is 12 weeks)
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>
?