Compare commits

..

No commits in common. "f1be365bbf9ad9ab0358ab1b66b83fd333dd9149" and "f21da7115a80d6f44e3fdf014f57ad6c2efc4f85" have entirely different histories.

View File

@ -39,7 +39,7 @@ sudo apt-get update && sudo apt-get install xz-utils wget git tar g++ make -y
# NodeJS # NodeJS
if [[ $NODEJS_VERSION == "" ]] if [[ $NODEJS_VERSION == "" ]]
then then
NODEJS_VERSION=v20.11.1 NODEJS_VERSION=v20.3.1
fi fi
DISTRO=linux-x64 DISTRO=linux-x64
@ -53,7 +53,7 @@ export PATH=/usr/local/lib/nodejs/node-$NODEJS_VERSION-$DISTRO/bin:$PATH
# Golang # Golang
if [[ $GO_VERSION == "" ]] if [[ $GO_VERSION == "" ]]
then then
GO_VERSION=1.22.1 GO_VERSION=1.20.5
fi fi
sudo unlink /usr/bin/go sudo unlink /usr/bin/go