• Stars
    star
    478
  • Rank 88,874 (Top 2 %)
  • Language
    Go
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Elegant Go installer

Goup

goup (pronounced Go Up) is an elegant Go version manager.

It is notorious that an operating system's package manager takes time to update Go to the latest version, particularly on Linux distros. At the time of this writing in October 2020, Fedora 32's Go version from dnf is 1.14.9, while the latest Go version is 1.15.2.

There are a bunch of solutions to install Go or manage Go versions outside of a package manager: golang/dl, getgo, gvm, goenv, to name a few. All of them either do not work well on all Linux distros (I ran into errors with gvm and goenv on Fedora) or do not provide the developer experience that I like (golang/dl requires a Go compiler to pre-exist; getgo can only install the latest Go)

I want a Go version manager that:

  • Has a minimum prerequisite to install, e.g., does not need a Go compiler to pre-exist.
  • Is installed with a one-liner.
  • Runs well on all operating systems (at least runs well on *uix as a start).
  • Installs any version of Go (any version from golang.org/dl or tip) and switches to it.
  • Does not inject magic into your shell.
  • Is written in Go.

goup is an attempt to fulfill the above features and is heavily inspired by Rustup, golang/dl and getgo.

Installation

One-liner

curl -sSf https://raw.githubusercontent.com/owenthereal/goup/master/install.sh | sh

Install by skipping the confirmation prompt, e.g., for automation:

curl -sSf https://raw.githubusercontent.com/owenthereal/goup/master/install.sh | sh -s -- '--skip-prompt'

Manual

If you want to install manually, there are the steps:

  • Download the latest goup from https://github.com/owenthereal/goup/releases
  • Drop the goup executable to your PATH and make it executable: mv GOUP_BIN /usr/local/bin/goup && chmod +x /usr/local/bin/goup
  • Add the Go bin directory to your shell startup script: echo 'export PATH="$HOME/.go/current/bin:$PATH"' >> ~/.bashrc

Quick Start

$ goup install
Downloaded   0.0% (    32768 / 121149509 bytes) ...
Downloaded  12.4% ( 15007632 / 121149509 bytes) ...
Downloaded  30.2% ( 36634352 / 121149509 bytes) ...
Downloaded  47.6% ( 57703440 / 121149509 bytes) ...
Downloaded  65.9% ( 79855008 / 121149509 bytes) ...
Downloaded  84.2% (101972672 / 121149509 bytes) ...
Downloaded 100.0% (121149509 / 121149509 bytes)
INFO[0030] Unpacking /home/owen/.go/go1.15.2/go1.15.2.linux-amd64.tar.gz ...
INFO[0043] Success: go1.15.2 downloaded in /home/owen/.go/go1.15.2
INFO[0043] Default Go is set to 'go1.15.2'
$ goup ls
go1.15.2
$ go env GOROOT
/home/owen/.go/go1.15.2
$ go version
go version go1.15.2 linux/amd64

$ goup install tip
Cloning into '/home/owen/.go/gotip'...
remote: Counting objects: 10041, done
remote: Finding sources: 100% (10041/10041)
remote: Total 10041 (delta 1347), reused 6538 (delta 1347)
Receiving objects: 100% (10041/10041), 23.83 MiB | 3.16 MiB/s, done.
Resolving deltas: 100% (1347/1347), done.
Updating files: 100% (9212/9212), done.
INFO[0078] Updating the go development tree...
From https://go.googlesource.com/go
 * branch            master     -> FETCH_HEAD
HEAD is now at 5d13781 cmd/cgo: add more architectures to size maps
Building Go cmd/dist using /home/owen/.go/go1.15.2. (go1.15.2 linux/amd64)
Building Go toolchain1 using /home/owen/.go/go1.15.2.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for linux/amd64.
---
Installed Go for linux/amd64 in /home/owen/.go/gotip
Installed commands in /home/owen/.go/gotip/bin
INFO[0297] Default Go is set to 'gotip'
$ goup ls
gotip
$ go env GOROOT
/home/owen/.go/gotip
$ go version
go version devel +5d13781 Thu Oct 8 00:28:09 2020 +0000 linux/amd64


$ GOUP_GO_HOST=golang.google.cn goup install # For Gophers in China, see https://github.com/owenthereal/goup/issues/2

How it works

  • install.sh downloads the latest Goup release for your platform and appends Goup's bin directory ($HOME/.go/bin) & Go's bin directory ($HOME/.go/current/bin) to your PATH environment variable.
  • goup switches to selected Go version.
  • goup set switches to selected Go version.
  • goup install downloads specified version of Go to$HOME/.go/VERSION and symlinks it to $HOME/.go/current.
  • goup ls list all installed Go version located at $HOME/.go/current.
  • goup remove removes the specified Go version.
  • goup search lists all available Go versions from https://golang.org/dl.
  • goup upgrade upgrades goup.

License

Apache 2.0

More Repositories

1

ccat

Colorizing `cat`
Go
3,105
star
2

godzilla

Godzilla is a ES2015 to Go source code transpiler and runtime
Go
1,482
star
3

hacker-menu

Hacker News Delivered to Desktop 👯
JavaScript
1,004
star
4

upterm

Instant Terminal Sharing
Go
769
star
5

gh

Fast GitHub command line client (deprecated). gh has been merged into https://github.com/github/hub, see https://github.com/github/hub/issues/475 for more info
Go
717
star
6

jqplay

A playground for jq, written in Go
Go
697
star
7

thunderbird

⚡🐦 Elegant WebSockets in Go
JavaScript
511
star
8

spotctl

A command-line interface to Spotify, written in Go
Go
242
star
9

nut

Vendor Go dependencies
Go
234
star
10

gotask

Idiomatic build tool in Go
Go
177
star
11

jekyll_and_hyde

A HTML presentation generator that generates a basic Jekyll scaffold with Slippy hooking up.
Ruby
174
star
12

candy

Candy is a zero-config reverse proxy server
Go
119
star
13

devise_uid

Add UID support to Devise.
Ruby
61
star
14

gaffer

Gaffer - Foreman on JVM
Java
56
star
15

msgpack_rails

MessagePack for Rails / msgpack.org[Rails]
Ruby
45
star
16

conf

Configuration loader in Go
Go
31
star
17

negroni-gorelic

negroni_gorelic is NewRelic middleware for negroni framework.
Go
27
star
18

gundam

The most destructive robot
Go
18
star
19

sql_parser

A Ruby SQL parser based on Treetop.
Ruby
18
star
20

vimux-zeus

vimux and zeus in action.
Vim Script
14
star
21

go-get-nuts

HTML5 Game built with Phaser
JavaScript
10
star
22

heroic_haiku

A simple game that is written in Flutter and Flame.
Dart
10
star
23

heroku-buildpack-wasmer

Heroku Buildpack for Wasmer
Shell
8
star
24

osh

The O shell
Go
8
star
25

jruby_sinatra_activerecord

A template app to run JRuby with Sinatra and ActiveRecord
Ruby
7
star
26

travisarchive

Travis Archive
Go
7
star
27

blog

My blog
JavaScript
6
star
28

dotfiles_old

My dotfiles
Shell
6
star
29

git-rebase-merge

A bash script to rebase and merge a Git topic branch to current branch.
Shell
5
star
30

homebrew-ccat

Homebrew fomular for `ccat` (deprecated), use `brew install ccat` instead
Ruby
4
star
31

message_queue

A common interface to multiple message queues libraries.
Ruby
4
star
32

eventloopclass

Go version of the exercises for The Truth About Event Loop Online Masterclass
Go
4
star
33

codeface

Run web-based VS Code on Heroku
Go
3
star
34

cheatsheets

3
star
35

codefaces

a web-based source control client
Java
3
star
36

patching_with_class_shadowing_and_maven

Using Maven to help with class shadowing.
Java
3
star
37

dotfiles

My dotfiles
Shell
3
star
38

hdp

HTTP Debug Proxy (HDP) logs HTTP requests for inspection.
Go
3
star
39

com.google.dart.compiler

A Dart compiler implemented in Java extracted from Dart's official repository.
Java
3
star
40

maven_jetty_plugin_example

Speed Up J2EE Environment Setup With Jetty Maven Plugin Example
Java
2
star
41

.dotfiles

dotfiles for my Mac
Ruby
2
star
42

mag

MAG - Full-Stack application development using MongoDB, AngularJS, and Go
2
star
43

ruby_grep

Module to search file(s) for lines that match a given pattern.
Ruby
2
star
44

priority_test

Run tests in priority order.
Ruby
2
star
45

rbfmt

Format Ruby code
Ruby
2
star
46

tic_tac_toe_engine

A dead simple Tic Tac Toe engine.
Ruby
2
star
47

homebrew-gh

GH formulae for the Homebrew package manager
Ruby
2
star
48

testing_rest_web_services_with_rails

Ruby
2
star
49

StoryboardRecipes

Example app following the book "iOS SDK Development" from Pragmatic Programmer
Objective-C
2
star
50

gostart

Go
1
star
51

twitter_plus

an example of my talk about testing web service client
Ruby
1
star
52

isittheday.com

Ruby
1
star
53

jekyll_and_hyde_demo

An example presentation generated by jekyll_and_hyde
1
star
54

stats_foundry

Ruby
1
star
55

ijws

I Just Wanna Say
Ruby
1
star
56

karotz-proxy

Ruby
1
star
57

rails_engines_spike

Ruby
1
star
58

vpm

An awesome utility for managing Vim plugins.
Ruby
1
star
59

heroku-nginx-wasmer

Run Nginx with Wasmer on Heroku
HTML
1
star
60

api-proxy-spike

A spike to implement an API proxy
JavaScript
1
star
61

automatic_testing_of_rest_web_sevices_client_with_rails_source

Ruby
1
star
62

cortana

A Hubot for Twitter
CoffeeScript
1
star
63

odt

Owen's Development Tool
Go
1
star
64

rab

Rails Asset Builder (RAB)
Ruby
1
star
65

summarize-github-pull-requests

Perform automatic code reviews for GitHub pull requests (PR). The review is triggered when a PR is created and is triggered again for every subsequent commit in the PR. The code review is conducted for commit in the PR.
Rust
1
star
66

buildzilla

Ruby
1
star
67

shortenerclj

A URL shortener implemented in Clojure
Clojure
1
star
68

hurley

Hurley and Faraday are both from the lost island
Go
1
star
69

sinatra-jruby-heroku

Shell
1
star
70

jekyll_and_hyde_template

The source of the default jekyll_and_hyde template used by its generator.
1
star
71

gameserverstatus

gameserverstatus
Clojure
1
star
72

narc

Node.js CI Server
JavaScript
1
star
73

loading_path_gotchas_in_rails3

A gotchas on load path of Rails 3.
Ruby
1
star
74

testing_web_services_client_slides

JavaScript
1
star