From 4c7657cb23023fd64d0585c979e6fec4ef441f04 Mon Sep 17 00:00:00 2001 From: mischa Date: Thu, 19 May 2022 18:14:46 +0000 Subject: docs: updated required go version Bumped the required go version to 1.16 or higher. --- docs/executing_syzkaller_programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit mrf-deployment