go installation

Linux

go1.23.2 for instance:

1
2
wget https://go.dev/dl/go1.23.2.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz

then add

1
export PATH=$PATH:/usr/local/go/bin

to the profile and run the source ~/.zshrc command.

Licensed under CC BY-NC-SA 4.0
Last updated on Oct 31, 2024 12:34 +0800