-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
chore: Upgrade github.com/cockroachdb/pebble/v2 to v2.0.6 for Go 1.25 support #10850
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
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
I think this one would be bubbled by updating go-ds-pebble |
@hsanjuan yes, once |
Added support for pebble v2.0.6 via Updated this PR to depend on go-ds-pebble v0.5.1 |
Thanks, @gammazero! |
… support (#10850) * Upgrade github.com/cockroachdb/swiss for Go 1.25 support 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 * Upgrade to go-ds-pebble v0.5.1 for pebbel v2.0.6 support --------- Co-authored-by: gammazero <11790789+gammazero@users.noreply.github.com> (cherry picked from commit 6f0c1de)
Go 1.25 incompatibility detected in
then:
The fix was brought to github.com/cockroachdb/pebble/v2 in
And released in https://github.com/cockroachdb/pebble/releases/tag/v2.0.6
Which is now used in this PR.
Full changelog: cockroachdb/pebble@v2.0.3...v2.0.6