documentation: Add distro GOPROXY note

Signed-off-by: Someone-Practice <152876092+Someone-Practice@users.noreply.github.com>
This commit is contained in:
Someone-Practice 2024-04-07 08:29:01 +01:00 committed by GitHub
parent dce6053c3f
commit 113839e28c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,11 @@ icon: material/file-code
## :material-graph: Requirements
!!! note ""
Certain distros, such as [Fedora](https://fedoraproject.org/wiki/Changes/golang1.13#Detailed_Description), alter their default GOPROXY value which might cause build failure.
To work around this, simply set GOPROXY to upstream default, or [proxy.golang.org](https://proxy.golang.org).
Before sing-box 1.4.0:
* Go 1.18.5 - 1.20.x