diff options
| author | mischa <meierm@cs.uni-bonn.de> | 2022-05-19 18:14:46 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-05-23 11:30:47 +0200 |
| commit | 4c7657cb23023fd64d0585c979e6fec4ef441f04 (patch) | |
| tree | 444dde3f6e1f14a42152f3e170ab93c9560201f1 /docs/executing_syzkaller_programs.md | |
| parent | 7268fa62257981feeebc89e55b5ce45294beff8c (diff) | |
docs: updated required go version
Bumped the required go version to 1.16 or higher.
Diffstat (limited to 'docs/executing_syzkaller_programs.md')
| -rw-r--r-- | docs/executing_syzkaller_programs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/executing_syzkaller_programs.md b/docs/executing_syzkaller_programs.md index a6911d270..67967d988 100644 --- a/docs/executing_syzkaller_programs.md +++ b/docs/executing_syzkaller_programs.md @@ -4,7 +4,7 @@ This page describes how to execute existing syzkaller programs for the purpose of bug reproduction. This way you can replay a single program or a whole execution log with several programs. -1. Setup Go toolchain (if you don't yet have it, you need version 1.13 or higher): +1. Setup Go toolchain (if you don't yet have it, you need version 1.16 or higher): Download latest Go distribution from (https://golang.org/dl/). Unpack it to `$HOME/goroot`. ``` bash export GOROOT=$HOME/goroot |
