chore: Bump intra-repo deps to v0.11.1#130
Merged
Merged
Conversation
cmd/s2-server has no replace directives, so it can only require v0.11.1 once those tags exist; it is bumped in a follow-up PR after tagging, per docs/releasing.md.
This was referenced May 31, 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Step 1 of the v0.11.1 release (see docs/releasing.md).
Bump the intra-repo
requireversions tov0.11.1in the five modules that carryreplacedirectives, so their published tags reference each other at the new version:s3,gcs,azblob,server:github.com/mojatter/s2→v0.11.1s2env:s2,azblob,gcs,s3→v0.11.1cmd/s2-serveris intentionally left atv0.11.0. It has noreplacedirectives, so aGOWORK=offbuild (used by the e2e image and GoReleaser) resolves intra-repo deps fromproxy.golang.org; it can only requirev0.11.1after those tags are published. It is bumped in a follow-up PR once the tags exist — same sequence as v0.11.0 (#119 → #120).go.sumis unchanged: thereplacedirectives resolve these modules locally, so no proxy hash is needed, and CI resolves them throughgo.work.Verification
Local, with the CI toolchain (
go1.25.10):go vet ./..., root + all submodulego testpass (workspace mode).GOWORK=offbuilds pass forcmd/s2-server(still onv0.11.0),server, and thes3integ-test binary — i.e. the e2e build path is green.Next steps
v0.11.1+ the five submodule tags (push submodule tags batched, root tag alone).cmd/s2-servertov0.11.1; tagcmd/s2-server/v0.11.1.