Skip to content

Commit be53808

Browse files
committed
chore: update go
1 parent 539f92d commit be53808

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/debian/go.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/env bash
22
#
33
sudo apt-get install wget
4-
wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz
4+
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz
55

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

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

0 commit comments

Comments
 (0)