https://github.com/ashwanthkumar/install-golang
Scripts to install golang in containers (esp. during builds)
https://github.com/ashwanthkumar/install-golang
Last synced: 8 months ago
JSON representation
Scripts to install golang in containers (esp. during builds)
- Host: GitHub
- URL: https://github.com/ashwanthkumar/install-golang
- Owner: ashwanthkumar
- Created: 2016-03-07T04:32:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T08:01:13.000Z (about 10 years ago)
- Last Synced: 2024-12-27T12:44:50.372Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Golang
An `install.sh` script to setup golang + glide on snap-ci.
```bash
$ curl -sSL https://raw.githubusercontent.com/ashwanthkumar/install-golang/master/install.sh | sudo bash
```