Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:golang [2024/08/30 11:24] – [golang] darron | tools:golang [2024/08/30 11:26] (current) – [Install] darron | ||
---|---|---|---|
Line 8: | Line 8: | ||
< | < | ||
apt install golang | apt install golang | ||
+ | </ | ||
==1.23== | ==1.23== | ||
Line 16: | Line 16: | ||
tar xvf go1.23.0.linux-arm64.tar.gz -C /opt | tar xvf go1.23.0.linux-arm64.tar.gz -C /opt | ||
</ | </ | ||
+ | |||
+ | Add /opt/go/bin to $PATH | ||
+ | |||
+ | |||