From 5ad59a2170ff6b7f5ddb88a5ac0360bb8a3a15f8 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sun, 29 May 2022 15:38:17 -0500 Subject: [PATCH] Update go Need to look into using RPM's Go version instead. --- dotfiles/post_install_fed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #