Skip to content

Commit 4edbbf8

Browse files
Packaging. Update go to prevent CVEs (#158)
1 parent 73cece2 commit 4edbbf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/percona/percona-clustersync-mongodb
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/dustin/go-humanize v1.0.1

packaging/scripts/percona-clustersync-mongodb_builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ install_golang() {
153153
elif [ x"$ARCH" = "xaarch64" ]; then
154154
GO_ARCH="arm64"
155155
fi
156-
GO_VERSION="1.24.3"
156+
GO_VERSION="1.25.5"
157157
GO_TAR="go${GO_VERSION}.linux-${GO_ARCH}.tar.gz"
158158
GO_URL="https://downloads.percona.com/downloads/packaging/go/${GO_TAR}"
159159
DL_PATH="/tmp/${GO_TAR}"

0 commit comments

Comments
 (0)