Skip to content
New issue

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

docker build fail #11

Open
TY-cc opened this issue Mar 1, 2024 · 1 comment
Open

docker build fail #11

TY-cc opened this issue Mar 1, 2024 · 1 comment

Comments

@TY-cc
Copy link

TY-cc commented Mar 1, 2024

It report the error "connection refuse" when i used the construction of docker building to download golang file. I found i can't ping the net address about golang. What can i do about this problem?

@lemonviv
Copy link
Collaborator

lemonviv commented May 4, 2024

Golang has changed their website address from https://golang.org/ to https://go.dev/, though I can still use wget -q https://golang.org/dl/go1.14.13.linux-amd64.tar.gz -O go114.tar.gz to download this version. You may also try wget https://go.dev/dl/go1.14.13.linux-amd64.tar.gz -O go114.tar.gz to see if you can download it. If not, it might be some network issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants