Problem with precompiling
I am on the linux64 platform and installed the version of go 1.18.1, but there is a problem with the precompile
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/lib/clang/15.0.0/lib/x86_64-unknown-linux-gnu => llvm/lib/clang/15.0.0/lib/x86_64-cros-linux-gnu
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/bin/clang => llvm/bin/clang++
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/bin/llvm-readobj => llvm/bin/llvm-readelf
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/bin/llvm-objcopy => llvm/bin/llvm-strip
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/bin/clang => llvm/bin/clang-cl
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/bin/lld => llvm/bin/ld.lld
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/bin/lld => llvm/bin/ld64.lld
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/bin/lld => llvm/bin/lld-link
INFO[0011] [prebuild]: >> /root/cronet-go/llvm/bin/lld => llvm/bin/wasm-ld
FATA[0011] [prebuild]: linux-x64 release not found in https://api.github.com/repos/klzgrad/naiveproxy/releases/67460277/assets
Naive proxy no longer includes compiled cronet binaries in its releases. So, you'll have to find another source or compile it yourself.
I kept a release with cronet build: https://github.com/klzgrad/naiveproxy/releases/tag/v106.0.5249.91-3
I continued where Naive v106.0.5249.91-3 left off here: https://github.com/sleeyax/cronet-binaries/releases.
Builds start from Chromium v119.0.6045.66 and have the latest Naive patches applied. Keep in mind that these builds don't include Naive Proxy binaries, tests or go files. It's just stable cronet binaries for all platforms + patches.