Bump Go from 1.24 to 1.25#99
Open
tuhaihe wants to merge 2 commits into
Open
Conversation
woblerr
reviewed
May 15, 2026
| require ( | ||
| github.com/DATA-DOG/go-sqlmock v1.5.0 | ||
| github.com/alecthomas/kingpin/v2 v2.4.0 | ||
| github.com/apache/cloudberry-go-libs v1.0.12-0.20250910014224-fc376e8a1056 |
Collaborator
There was a problem hiding this comment.
We should also bump github.com/apache/cloudberry-go-libs according to apache/cloudberry-go-libs#19
Something like this should be:
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,11 @@
module github.com/apache/cloudberry-backup
-go 1.24.0
+go 1.25.0
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/alecthomas/kingpin/v2 v2.4.0
- github.com/apache/cloudberry-go-libs v1.0.12-0.20250910014224-fc376e8a1056
+ github.com/apache/cloudberry-go-libs v1.0.12-0.20260513023052-110b83682376
github.com/aws/aws-sdk-go v1.44.257
github.com/blang/semver v3.5.1+incompatible
github.com/blang/vfs v1.0.0
@@ -51,9 +51,9 @@ require (
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
- github.com/jackc/pgtype v1.14.0 // indirect
- github.com/jackc/pgx/v4 v4.18.2 // indirect
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
+ github.com/jackc/pgx/v5 v5.9.2 // indirect
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
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.
closes: #ISSUE_Number
Change logs
Contributor's checklist
Here are some reminders before you submit your pull request: