-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
编译出错 #235
Comments
注意Golang版本,云虚拟机同步更新的。现在是1.15.6,1.14.13。 |
谢谢大佬,修改后编译成功,赞! |
/home/runner/go/pkg/mod/github.com/xtls/[email protected]/auth.go:29:7: undefined: ecdsa.VerifyASN1 集成 V2R就编译失败 不集成就可以成功但是 XX上网就一直提示V2R挂掉 |
1.15.6 也提示同样错误了,去翻了一下官网,现在要改成1.15.7了,编译通过。 |
Run cd /opt/hostedtoolcache/go
cd /opt/hostedtoolcache/go
rm -rf /opt/hostedtoolcache/go/1.14.12
mv 1.15.5 1.14.12
shell: /bin/bash -e {0}
mv: cannot stat '1.15.5': No such file or directory
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: