mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
docs: We now require Go 1.15
This commit is contained in:
parent
e16bbfb9fa
commit
14c1be052e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue