Skip to content

Commit

Permalink
Bump INSTALL.md go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrudg committed Sep 17, 2019
1 parent 1fb1f80 commit f22c870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This is one of several ways to [install and configure golang](https://golang.org
First, download the Golang archive to `/tmp/`, then extract the archive to `/usr/local`.

```
$ export VERSION=1.12.6 OS=linux ARCH=amd64 # change this as you need
$ export VERSION=1.12.9 OS=linux ARCH=amd64 # change this as you need
$ wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz && \
sudo tar -C /usr/local -xzf /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz
Expand Down

0 comments on commit f22c870

Please sign in to comment.