Fix v2 Go module path - #179
Open
Areson wants to merge 1 commit into
Open
Conversation
Co-authored-by: Codex <noreply@openai.com> Ai-assisted: true
Areson
marked this pull request as ready for review
August 7, 2026 22:55
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.
Why
The withdrawn
v2.0.0tag could not be resolved as a Go module because the module path did not include the/v2suffix required for major versions two and later. This correction makes the first usable v2 releasev2.0.1.What
github.com/cashapp/blip/v2.2.0.1and document the withdrawnv2.0.0release.Risk
High compile-time migration impact by design: v2 consumers must update their import paths. No runtime behavior changes are included. Local builds, vetting, non-database tests, nested example tests, the Hugo build, and an isolated consumer-module import test pass. The full local test suite remains gated by the unavailable MySQL test container; GitHub CI is the clean-environment gate.
References
Generated with Codex