From dd26401e5ae3c1fe62beadcfb937ee5d06f304e2 Mon Sep 17 00:00:00 2001 From: Bjoern Doebel Date: Fri, 3 May 2024 08:11:18 +0200 Subject: 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. --- docs/linux/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit mrf-deployment