Skip to content

Commit

Permalink
chore: update go
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Mar 26, 2024
1 parent 539f92d commit be53808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/debian/go.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/env bash
#
sudo apt-get install wget
wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz

sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.22.1.linux-amd64.tar.gz

echo export PATH=$PATH:/usr/local/go/bin:"$HOME"/go/bin >>~/.profile
echo export PATH=$PATH:/usr/local/go/bin >>~/.profile

0 comments on commit be53808

Please sign in to comment.