-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
Crypto:build error after upgrade go to 1.12 #32129
Comments
The Go installation looks broken, how did you update it on the server? |
I download the source code,the add it into path |
Did you delete the old installation first or did you just copy it over? |
I don't know,it's not my server,I try to rm it's old folder,and install go again |
you are right,I fix it now |
Please close this issue then |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I try to update my project from Go 1.11 to Go 1.12,and use go modules to solve dependecy,I have successed update my project in go version go1.12.5 windows/amd64 with my .sh.But when I try to push it on my server(go version go1.12.5 linux/amd64),it compiled faild,I don't know why,is there any differences between two OS?
What did you expect to see?
Compile success!
What did you see instead?
Compile failed!
The text was updated successfully, but these errors were encountered: