Update Go version on Linux by penkovski 10 Jan 2018 41 words - 1 min read Table of Contents 1. Download the latest (or desired) Go version 2. Remove old installation 3. Extract archive into /usr/local/go 4. Test if everything is OK 1. Download the latest (or desired) Go version 1 wget https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz 2. Remove old installation 1 sudo rm -rf /usr/local/go 3. Extract archive into /usr/local/go 1 sudo tar -C /usr/local -xzf go-archive-filename.tar.gz 4. Test if everything is OK 1 go version Author penkovski LastMod 10 Jan 2018 License CC BY-NC-ND 4.0