diff options
| author | Taras Madan <tarasmadan@google.com> | 2023-02-24 13:05:05 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2023-02-24 13:22:08 +0100 |
| commit | 3431f091b7c2afb95928a6be2ea80f19e798a1c2 (patch) | |
| tree | fb73241899a406b987b7b5597cb7cc9748b68979 /docs/linux | |
| parent | aaa5299f1e124dacfeccc794460e5d7a598a462b (diff) | |
docs/linux/setup.md: update go version
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/linux/setup.md b/docs/linux/setup.md index 3d4c3e91e..5d10a0c1e 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -27,13 +27,13 @@ If you encounter any troubles, check the [troubleshooting](/docs/troubleshooting ### Go and syzkaller -`syzkaller` is written in [Go](https://golang.org), and `Go 1.16+` toolchain is required for build. +`syzkaller` is written in [Go](https://golang.org), and `Go 1.19+` toolchain is required for build. Generally we aim at supporting 2 latest releases of Go. The toolchain can be installed with: ``` -wget https://dl.google.com/go/go1.17.6.linux-amd64.tar.gz -tar -xf go1.17.6.linux-amd64.tar.gz +wget https://dl.google.com/go/go1.20.1.linux-amd64.tar.gz +tar -xf go1.20.1.linux-amd64.tar.gz export GOROOT=`pwd`/go export PATH=$GOROOT/bin:$PATH ``` |
