Skip to content

Commit 0cecf0d

Browse files
PBM. Update go version to prevent CVEs (#1275)
1 parent ae4a6c2 commit 0cecf0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/scripts/mongodb-backup_builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ install_golang() {
146146
elif [ x"$ARCH" = "xaarch64" ]; then
147147
GO_ARCH="arm64"
148148
fi
149-
GO_VERSION="1.25.3"
149+
GO_VERSION="1.25.7"
150150
GO_TAR="go${GO_VERSION}.linux-${GO_ARCH}.tar.gz"
151151
GO_URL="https://downloads.percona.com/downloads/packaging/go/${GO_TAR}"
152152
DL_PATH="/tmp/${GO_TAR}"

0 commit comments

Comments
 (0)