Skip to content

Commit

Permalink
docs: We now require Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Oct 11, 2021
1 parent e16bbfb commit 14c1be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ available in some distributions (*cough* Debian *cough*).

It should not be hard to grab a recent built toolchain from golang.org:
```
wget "https://dl.google.com/go/go1.14.6.linux-amd64.tar.gz"
tar xf "go1.14.6.linux-amd64.tar.gz"
wget "https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz"
tar xf "go1.15.6.linux-amd64.tar.gz"
export GOROOT="$PWD/go"
export PATH="$PWD/go/bin:$PATH"
```
Expand Down

0 comments on commit 14c1be0

Please sign in to comment.