We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2b56b commit 48807b1Copy full SHA for 48807b1
dependencies.sh
@@ -55,7 +55,7 @@ cmake ..
55
make -j$(nproc) && sudo make install
56
57
echo "*** Download and installing [golang-1.22] ***"
58
-wget https://go.dev/dl/go1.22.linux-amd64.tar.gz
59
-sudo tar -C /usr/local -xzf go1.22.linux-amd64.tar.gz
+wget https://go.dev/dl/go1.22.10.linux-amd64.tar.gz
+sudo tar -C /usr/local -xzf go1.22.10.linux-amd64.tar.gz
60
61
echo "*** Dependencies Installed! ***"
0 commit comments