From 5253f7d6ff701f7087299e3f4958812d41873430 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 6 Oct 2023 15:00:34 +0200 Subject: [PATCH] Readme.md: explictly mention go version --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d53e958821..6125e9ddea 100644 --- a/Readme.md +++ b/Readme.md @@ -61,7 +61,7 @@ Debian/Ubuntu. Once `ooniprobe` is installed, refer to the ## Developer instructions This repository requires _exactly_ the Go version mentioned by the -[GOVERSION](GOVERSION) file. Using a different version of +[GOVERSION](GOVERSION) file (i.e., go1.20.8). Using a different version of Go _may_ work as intended but is not recommended: we depend on packages forked from the standard library; so, it is more robust to use the same version of Go from which