Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Go version #214

Open
truell20 opened this issue Nov 14, 2016 · 1 comment
Open

Bump Go version #214

truell20 opened this issue Nov 14, 2016 · 1 comment

Comments

@truell20
Copy link
Contributor

No description provided.

@l2dy
Copy link

l2dy commented Nov 15, 2016

From https://golang.org/dl/ and https://golang.org/doc/install assuming Linux x86_64 in case you need these.

wget https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz
# Or curl -O https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.7.3.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants