https://github.com/phx/go-bootstrap
installs latest version of Golang, sets up environment, installs latest GitHub binary release of glide for dependency management. good stuff.
https://github.com/phx/go-bootstrap
Last synced: about 1 year ago
JSON representation
installs latest version of Golang, sets up environment, installs latest GitHub binary release of glide for dependency management. good stuff.
- Host: GitHub
- URL: https://github.com/phx/go-bootstrap
- Owner: phx
- Created: 2023-09-23T03:00:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T02:51:44.000Z (over 1 year ago)
- Last Synced: 2025-01-29T10:33:58.384Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-bootstrap
`go-bootstrap` sets up a full Golang environment automagically with the latest version of Go.
For Linux, it also installs [`glide`](https://github.com/Masterminds/glide/) from the latest GitHub Release to better handle dependency management.
This has probably already been done before, but I wanted to do it myself to make sure it was done right.
## Details
`go-bootstrap` is currently only for Linux AMD64, ARMv6, and MacOS AMD64 because I needed a Go environment set up and took a little extra time to make it reproducable for others and myself in the future.
I will make the necessary changes in the future for different architectures.
ARMv6 will work on ARMv7/8.
If you get antsy, just fork it and submit a PR.
## Dependencies
- `bash`
- `curl`
No `sudo` required.