cleanup: define required Go version just once (#861)
See https://github.com/ooni/probe/issues/2217
This commit is contained in:
parent
6a0ae5c70b
commit
3cc2ce0b81
22 changed files with 169 additions and 57 deletions
|
|
@ -53,8 +53,8 @@ Please, make sure you add the `ooni/probe-cli` label.
|
|||
|
||||
### ooniprobe
|
||||
|
||||
Be sure you have golang 1.18.3 and a C compiler (Mingw-w64 for Windows). You
|
||||
can build using:
|
||||
Be sure you have the golang version mentioned inside the [GOVERSION](GOVERSION)
|
||||
file and a C compiler (Mingw-w64 for Windows). You can build using:
|
||||
|
||||
```bash
|
||||
go build -v ./cmd/ooniprobe
|
||||
|
|
|
|||
Loading…
Reference in a new issue