diff options
| author | Bjoern Doebel <doebel@amazon.de> | 2024-05-03 08:11:18 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-05-03 08:26:56 +0000 |
| commit | dd26401e5ae3c1fe62beadcfb937ee5d06f304e2 (patch) | |
| tree | d1c8aa63346383b168b98c2adb8560984dd156ab /docs | |
| parent | de99efacde4ab75e2a1cd58646738b4d7b3df1af (diff) | |
docs: update required Go version
Builds won't work with 1.20 anymore and the download steps below already mention 1.21.4, so adjust the text as well.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/linux/setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/setup.md b/docs/linux/setup.md index 02641b0a4..4f49615ff 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -26,7 +26,7 @@ If you encounter any troubles, check the [troubleshooting](/docs/troubleshooting ### Go and syzkaller -`syzkaller` is written in [Go](https://golang.org), and `Go 1.20+` toolchain is required for build. +`syzkaller` is written in [Go](https://golang.org), and `Go 1.21+` toolchain is required for build. Generally we aim at supporting 2 latest releases of Go. The toolchain can be installed with: |
