fix: disable psiphon when building with go1.19 (#871)
Part of https://github.com/ooni/probe/issues/2211. See also https://github.com/ooni/probe/issues/2222, which describes the issue we have with psiphon and go1.19.
This commit is contained in:
parent
9ffa124511
commit
208ffa253b
26 changed files with 113 additions and 37 deletions
|
|
@ -57,6 +57,11 @@ Be sure you have:
|
|||
|
||||
2. a C compiler (Mingw-w64 for Windows).
|
||||
|
||||
### Caveats
|
||||
|
||||
As of 2022-08-22, building with go1.19 will not include [Psiphon](https://psiphon.ca/) as
|
||||
a dependency. Fixing this issue is TODO(https://github.com/ooni/probe/issues/2222).
|
||||
|
||||
### ooniprobe
|
||||
|
||||
Ooniprobe is the official CLI client. Compile using:
|
||||
|
|
|
|||
Loading…
Reference in a new issue