Update go

Need to look into using RPM's Go version instead.
This commit is contained in:
Blake Ridgway
2022-05-29 15:38:17 -05:00
committed by GitHub
parent b741f7865b
commit 5ad59a2170

View File

@@ -86,8 +86,8 @@ echo # Downloading and Configuring Go #
echo ##################################
# Grabs and downloads Go for Google
wget https://golang.org/dl/go1.17.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.17.linux-amd64.tar.gz
wget https://go.dev/dl/go1.18.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.18.2.linux-amd64.tar.gz
echo ######################
echo # Installing OhMyZSH #