Skip to content

Commit 2f7100a

Browse files
Update go version due to CVEs (#1223)
1 parent 144a04f commit 2f7100a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1"
149+
GO_VERSION="1.25.3"
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)