This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # For more info see https://golang.org/doc/install.html, the instructions there are all | |
| # that is needed to install Go. | |
| # | |
| # DO NOT RUN with sudo; Go should be installed under the user not root. Using sudo will | |
| # cause problems. | |
| set -euo pipefail |