Skip to content

Instantly share code, notes, and snippets.

@joelhandwell
Created February 7, 2017 23:22
Show Gist options
  • Save joelhandwell/45819841aea825ac5a2b7e82cd0d2b54 to your computer and use it in GitHub Desktop.
Save joelhandwell/45819841aea825ac5a2b7e82cd0d2b54 to your computer and use it in GitHub Desktop.
batch file to install golang 1.7.5 by creating nupkg from package source
git clone https://github.com/joelhandwell/chocolatey-golang.git --branch 1_7_5
cd chocolatey-golang\golang
cpack
choco uninstall golang
choco install -y golang.1.7.5.nupkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment