From afe73fa449b1315623cb1010cd2439aae018551b Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Mon, 8 Mar 2021 13:13:17 -0600 Subject: [PATCH] updated golang to 1.16 --- dotfiles/install | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dotfiles/install b/dotfiles/install index c0cb14b..9a6138c 100755 --- a/dotfiles/install +++ b/dotfiles/install @@ -31,11 +31,8 @@ cp Hack\ Regular\ Nerd\ Font\ Complete.ttf ~/.local/share/fonts/ fc-cache -f -v # Grabs and downloads Go for Google -wget https://golang.org/dl/go1.15.6.linux-amd64.tar.gz -sudo tar -C /usr/local -xzf go1.15.6.linux-amd64.tar.gz - -# Exports the GOPATH -export PATH=$PATH:/usr/local/go/bin +wget https://golang.org/dl/go1.16.linux-amd64.tar.gz +sudo tar -C /usr/local -xzf go1.16.linux-amd64.tar.gz # Install Rust echo 'install rust'