Skip to content

Instantly share code, notes, and snippets.

View adisky's full-sized avatar

Aditi Sharma adisky

View GitHub Profile
  1. Checkout the release branch
git fetch upstream
git checkout -b release-1.12 upstream/release-1.12
  1. Sign tag and push to upstream repo. You will need your GPG pass phrase. Check if you have a key using gpg --list-secret-keys --keyid-format LONG
@adisky
adisky / update-golang.md
Created July 31, 2018 08:07 — forked from nikhita/update-golang.md
How to update the Go version

How to update the Go version

System: Debian/Ubuntu/Fedora. Might work for others as well.

1. Uninstall the exisiting version

As mentioned here, to update a go version you will first need to uninstall the original version.

To uninstall, delete the /usr/local/go directory by: