This commit is contained in:
bumpsoo 2024-03-06 22:51:11 +09:00
parent d44c9ba307
commit 3c31f05bd7
2 changed files with 1 additions and 5 deletions

View file

@ -14,5 +14,5 @@ then
fi
curl -LO https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go$GO_VERSION.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go$GO_VERSION.linux-amd64.tar.gz