We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
因为 go.mod 里依赖了 github.com/stretchr/testify v1.8.4,但它依赖了go 1.20,其中对go的reflect package 有特殊依赖,无法编译通过。
The text was updated successfully, but these errors were encountered:
fix aliyun#28, pin testify version to v1.8.2
6eb7dea
To be compatible with go1.15 testify should not greater than v1.8.2, after v1.8.2 it requires go1.20.
No branches or pull requests
因为 go.mod 里依赖了 github.com/stretchr/testify v1.8.4,但它依赖了go 1.20,其中对go的reflect package 有特殊依赖,无法编译通过。
The text was updated successfully, but these errors were encountered: