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:
parent
ebc00a95fe
commit
c8f91983ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue