Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:golang [2024/08/30 11:19] darrontools:golang [2024/08/30 11:26] (current) – [Install] darron
Line 1: Line 1:
 +
 ====golang==== ====golang====
 +
 +===Install===
 +
 +==1.19==
 +
 +<code>
 +apt install golang
 +</code>
 +
 +==1.23==
  
 <code> <code>
 wget https://go.dev/dl/go1.23.0.linux-arm64.tar.gz wget https://go.dev/dl/go1.23.0.linux-arm64.tar.gz
 +tar xvf go1.23.0.linux-arm64.tar.gz -C /opt
 </code> </code>
 +
 +Add /opt/go/bin to $PATH
 +
 +
 +
  
 ===Resource=== ===Resource===
  
 [[https://go.dev/dl/|Download page]] [[https://go.dev/dl/|Download page]]