Halite icon indicating copy to clipboard operation
Halite copied to clipboard

Bump Go version

Open truell20 opened this issue 8 years ago • 1 comments

truell20 avatar Nov 14 '16 12:11 truell20

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

l2dy avatar Nov 15 '16 12:11 l2dy