You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am maintained in China. And you know the network in China is not stable to access to golang.org.
I found the file in plugins/go-build/share/go-build/{versions}. And I can download golang package after I replace the url of if.
(file path:
for installation by homebrew: /opt/homebrew/Cellar/goenv/HEAD-xxx/plugins/go-build/share/go-build
for installation by manual: ~/.goenv/plugins/go-build/share/go-build
)
eg:
install_darwin_arm "Go Darwin arm 1.19.0" "https://golang.org/dl/go1.19.darwin-arm64.tar.gz#859e0a54b7fcea89d9dd1ec52aab415ac8f169999e5fdfb0f0c15b577c4ead5e"
replace to
install_darwin_arm "Go Darwin arm 1.19.0" "https://go.dev/dl/go1.19.darwin-arm64.tar.gz#859e0a54b7fcea89d9dd1ec52aab415ac8f169999e5fdfb0f0c15b577c4ead5e"
Lastly, is there some way to set a env variable of installation mirror, or replace golang.org to go.dev formally in this project?
ps:
golang official website has been migrated from golang.org to go.dev.
The text was updated successfully, but these errors were encountered:
I am maintained in China. And you know the network in China is not stable to access to
golang.org
.I found the file in
plugins/go-build/share/go-build/{versions}
. And I can download golang package after I replace the url of if.(file path:
for installation by homebrew: /opt/homebrew/Cellar/goenv/HEAD-xxx/plugins/go-build/share/go-build
for installation by manual: ~/.goenv/plugins/go-build/share/go-build
)
eg:
Lastly, is there some way to set a env variable of installation mirror, or replace
golang.org
togo.dev
formally in this project?ps:
golang official website has been migrated from
golang.org
togo.dev
.The text was updated successfully, but these errors were encountered: