diff --git a/dotfiles/post_install_fed b/dotfiles/post_install_fed index 4e890ec..ea83fb7 100644 --- a/dotfiles/post_install_fed +++ b/dotfiles/post_install_fed @@ -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 #