Skip to content

Commit be273ee

Browse files
PBM. Increase go version to fix CVE-2024-24788 (#945)
1 parent 34c045c commit be273ee

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.2.linux-${GO_ARCH}.tar.gz -O /tmp/go1.22.tar.gz
144+
wget https://go.dev/dl/go1.22.3.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)