Conversation
|
Thanks! I no longer really work on this repository, but I can merge this. Can you confirm the output of running all of the unit tests? |
|
I failed to build embedded tor and I don't need that mode, so I skipped testing it. Maybe you know why this may happen when building tor-static? (It's a Debian machine with compilers installed.) So I tested everything else: Installed examples, except ones using embedded tor: Also I ran all the network tests: Here is the output: https://gist.githubusercontent.com/starius/e5960b46de1a94eda4bde3123dc3fed4/raw/bf378a6ea4fe6fe248c827bab965993dc3eb86a8/gistfile1.txt Note that one tests is failing: I checked |
|
Unsure to be honest, I'd have to spend time debugging, but I have effectively abandoned work on this project. |
|
I can dig deeper into it on the weekend. Let's keep it open for now. |
|
@starius Note that this means that users must have at least go 1.23.0 installed to build bine, which is probably too strict, yes? - go 1.15
+ go 1.23.0 |
|
@elimisteve This Go version is needed to bump the dependencies. Note that even Go 1.23 has stopped receiving security updated from Go team via minor releases. The actual versions are 1.24 and 1.25 now.
|
Updated Go to 1.23 and the packages used to recent versions.