Skip to content

Commit 8fed27b

Browse files
authored
[Bugfix] fix invalid go release url (#83)
1 parent dd2b56b commit 8fed27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cmake ..
5555
make -j$(nproc) && sudo make install
5656

5757
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
58+
wget https://go.dev/dl/go1.22.10.linux-amd64.tar.gz
59+
sudo tar -C /usr/local -xzf go1.22.10.linux-amd64.tar.gz
6060

6161
echo "*** Dependencies Installed! ***"

0 commit comments

Comments
 (0)