We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539f92d commit be53808Copy full SHA for be53808
scripts/debian/go.sh
@@ -1,9 +1,9 @@
1
#!/bin/env bash
2
#
3
sudo apt-get install wget
4
-wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz
+wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz
5
6
sudo rm -rf /usr/local/go
7
-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
8
9
-echo export PATH=$PATH:/usr/local/go/bin:"$HOME"/go/bin >>~/.profile
+echo export PATH=$PATH:/usr/local/go/bin >>~/.profile
0 commit comments