We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
OONI doesn't compile with latest go version 1.20. You'll have use a specific version ( See #2436 ) to able build ooni tools.
It is good to document how to install the required version of Go and using it to build the tool using the installed version of go
$ go install golang.org/dl/go1.19.6@latest $ ~/go/bin/go1.19.6 download
$ ~/sdk/go1.19.6/bin/go build -v -ldflags '-s -w' ./cmd/ooniprobe $ ~/sdk/go1.19.6/bin/go build -v -ldflags '-s -w' ./internal/cmd/miniooni $ ~/sdk/go1.19.6/bin/go build -ldflags '-s -w' ./internal/cmd/oohelperd
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Another option is to use 'gvm' command.
$ go install github.com/andrewkroh/gvm/cmd/gvm@v0.5.0 $ go install 1. 19.6
Thanks @aanorbel for the tip.
Sorry, something went wrong.
doc: provide specific build instructions
6807476
Closes ooni/probe#2463
ooni/probe-cli@f3508a2
Thank you @bassosimone
doc: provide specific build instructions (ooni#1157)
c039b20
bassosimone
Successfully merging a pull request may close this issue.
Describe the bug
OONI doesn't compile with latest go version 1.20. You'll have use a specific version ( See #2436 ) to able build ooni tools.
It is good to document how to install the required version of Go and using it to build the tool using the installed version of go
Install 1.19X version
Build with specific version of go
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System information (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: