bump any-sync to v0.12.16, go to 1.26 - #58
Merged
Merged
Conversation
cheggaaa
approved these changes
Jul 17, 2026
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Updates
any-syncfrom v0.11.20 to v0.12.16 (latest in the 0.12 line) and raises the Go directive to 1.26.Changes
github.com/anyproto/any-sync: v0.11.20 → v0.12.16godirective: 1.25.0 → 1.26.0 — CI (shared-actionsreusable workflows) already builds on Go1.26withcheck-latest: true, and all nodes have been updated to 1.26.Notable transitive bumps pulled in by any-sync 0.12:
storj.io/drpcv0.0.34 → v1.0.0,libp2pv0.47.0 → v0.48.0,quic-gov0.59.0 → v0.60.0,boxov0.37.0 → v0.41.0, plus the usualgolang.org/x/*refresh.No source changes were required — any-sync 0.12 is API-compatible with everything this repo uses.
Verification
go build ./...— cleango test ./...— all 10 test packages passgo vet ./...— 9 warnings, identical to the pre-bump baseline onmain(all pre-existing: protobuf lock-by-value innameserviceproto, one unreachable-code warning inqueue)