fix: modified version to v2 - #1041
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1041 +/- ##
=======================================
Coverage 56.50% 56.50%
=======================================
Files 266 266
Lines 17484 17484
=======================================
Hits 9879 9879
Misses 6771 6771
Partials 834 834 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
fix ci |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Go module path from seata.apache.org/seata-go to seata.apache.org/seata-go/v2 across the entire codebase, implementing a major version increment following Go module versioning conventions.
Changes:
- Updated module declaration in
go.modto v2 - Modified all import statements across the codebase to reference the v2 path
- Updated build and integration test scripts to handle the v2 module path
Reviewed changes
Copilot reviewed 299 out of 347 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Changed module declaration to seata.apache.org/seata-go/v2 |
| All .go files | Updated import paths to use v2 module path |
| integrate_test.sh | Added go mod edit command for v2 module path replacement |
| goimports.sh | Updated local import path to v2 for formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
lxfeng1997
approved these changes
Feb 8, 2026
rookiewwj
pushed a commit
to rookiewwj/incubator-seata-go
that referenced
this pull request
Feb 28, 2026
* fix: modified version * fix: modified version * feat: remove coverage * fix: change integrate_test.sh * chore: 空提交,重新推送分支触发CI/CD --------- Co-authored-by: FengZhang <zfcode@qq.com>
thunguo
added a commit
that referenced
this pull request
Apr 25, 2026
…tecture clarity (#1031) * refactor: refact remote config * refactor: refact remote config * refactor: replace ClientIdentity with SeataConfig in remoting layer * push v2.1.0 changes logs (#1047) * fix intergrate test error (#1048) * fix: modified version to v2 (#1041) * fix: modified version * fix: modified version * feat: remove coverage * fix: change integrate_test.sh * chore: 空提交,重新推送分支触发CI/CD --------- Co-authored-by: FengZhang <zfcode@qq.com> --------- Co-authored-by: FengZhang <zfcode@qq.com> Co-authored-by: TewGuo <tew@apache.org> Co-authored-by: lxfeng1997 <33981743+lxfeng1997@users.noreply.github.com> Co-authored-by: Oxidaner <80675726+Oxidaner@users.noreply.github.com>
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.
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: