We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cece2 commit 4edbbf8Copy full SHA for 4edbbf8
go.mod
@@ -1,6 +1,6 @@
1
module github.com/percona/percona-clustersync-mongodb
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
6
github.com/dustin/go-humanize v1.0.1
packaging/scripts/percona-clustersync-mongodb_builder.sh
@@ -153,7 +153,7 @@ install_golang() {
153
elif [ x"$ARCH" = "xaarch64" ]; then
154
GO_ARCH="arm64"
155
fi
156
- GO_VERSION="1.24.3"
+ GO_VERSION="1.25.5"
157
GO_TAR="go${GO_VERSION}.linux-${GO_ARCH}.tar.gz"
158
GO_URL="https://downloads.percona.com/downloads/packaging/go/${GO_TAR}"
159
DL_PATH="/tmp/${GO_TAR}"
0 commit comments