Skip to content

Commit bb67900

Browse files
sandraromanchenkodefbin
authored andcommitted
PBM-1403. Update go version to prevent CVE-2024-34156
1 parent cf567c1 commit bb67900

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
@@ -141,7 +141,7 @@ install_golang() {
141141
elif [ x"$ARCH" = "xaarch64" ]; then
142142
GO_ARCH="arm64"
143143
fi
144-
wget https://go.dev/dl/go1.22.5.linux-${GO_ARCH}.tar.gz -O /tmp/go1.22.tar.gz
144+
wget https://go.dev/dl/go1.22.8.linux-${GO_ARCH}.tar.gz -O /tmp/go1.22.tar.gz
145145
tar --transform=s,go,go1.22, -zxf /tmp/go1.22.tar.gz
146146
rm -rf /usr/local/go*
147147
mv go1.22 /usr/local/

0 commit comments

Comments
 (0)