From c8f91983ca7491cc7c8bea8cb4452913eff20c76 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Mon, 23 May 2022 07:15:08 +0200 Subject: [PATCH] fix(Readme.md): go1.18.2 is now required Building with go1.17 would still probably work, but in going forward it will not, and it's better anyway to specify the exact version with which we expect people to build. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 15cb385..bc90880 100644 --- a/Readme.md +++ b/Readme.md @@ -53,7 +53,7 @@ Please, make sure you add the `ooni/probe-cli` label. ### ooniprobe -Be sure you have golang >= 1.17 and a C compiler (Mingw-w64 for Windows). You +Be sure you have golang 1.18.2 and a C compiler (Mingw-w64 for Windows). You can build using: ```bash