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.
This commit is contained in:
Simone Basso 2022-05-23 07:15:08 +02:00 committed by GitHub
parent ebc00a95fe
commit c8f91983ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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