Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tools:golang [2024/08/30 11:18] – created darron | tools:golang [2024/08/30 11:26] (current) – [Install] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
====golang==== | ====golang==== | ||
+ | |||
+ | ===Install=== | ||
+ | |||
+ | ==1.19== | ||
< | < | ||
+ | apt install golang | ||
</ | </ | ||
+ | |||
+ | ==1.23== | ||
+ | |||
+ | < | ||
+ | wget https:// | ||
+ | tar xvf go1.23.0.linux-arm64.tar.gz -C /opt | ||
+ | </ | ||
+ | |||
+ | Add /opt/go/bin to $PATH | ||
+ | |||
+ | |||
+ | |||
===Resource=== | ===Resource=== | ||
[[https:// | [[https:// |