Skip to content

Commit

Permalink
PBM-1403. Update go version to prevent CVE-2024-34156
Browse files Browse the repository at this point in the history
  • Loading branch information
sandraromanchenko committed Oct 2, 2024
1 parent cf567c1 commit 0364dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/scripts/mongodb-backup_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ install_golang() {
elif [ x"$ARCH" = "xaarch64" ]; then
GO_ARCH="arm64"
fi
wget https://go.dev/dl/go1.22.5.linux-${GO_ARCH}.tar.gz -O /tmp/go1.22.tar.gz
wget https://go.dev/dl/go1.22.7.linux-${GO_ARCH}.tar.gz -O /tmp/go1.22.tar.gz
tar --transform=s,go,go1.22, -zxf /tmp/go1.22.tar.gz
rm -rf /usr/local/go*
mv go1.22 /usr/local/
Expand Down

0 comments on commit 0364dbc

Please sign in to comment.