Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 305 Bytes

Readme.md

File metadata and controls

14 lines (11 loc) · 305 Bytes

Go installer is a simple installer for the Linux Go binary:

  1. downloads the specified version
  2. removes the current one
  3. installs the new one
  4. cleans up the downloaded file
go build .
sudo ./go-installer
rm go-installer

Please note that you do need an initial working version of Go.