Skip to content

Bump Go from 1.24 to 1.25#99

Open
tuhaihe wants to merge 2 commits into
apache:mainfrom
tuhaihe:upgrade-go-1.25
Open

Bump Go from 1.24 to 1.25#99
tuhaihe wants to merge 2 commits into
apache:mainfrom
tuhaihe:upgrade-go-1.25

Conversation

@tuhaihe
Copy link
Copy Markdown
Member

@tuhaihe tuhaihe commented May 15, 2026

closes: #ISSUE_Number


Change logs

Describe your change clearly, including what problem is being solved or what document is being added or updated.

Contributor's checklist

Here are some reminders before you submit your pull request:

Comment thread go.mod
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
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants