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

You'd better specify the minimum version it depends on #6

Closed
cannian1 opened this issue Mar 29, 2022 · 1 comment
Closed

You'd better specify the minimum version it depends on #6

cannian1 opened this issue Mar 29, 2022 · 1 comment

Comments

@cannian1
Copy link

You'd better specify the minimum version it depends on.

E:\goPath\pkg\mod\github.com\ysmood\got@v0.18.3\lib\utils\utils.go:22:10: xVal.CanConvert undefined (type reflect.Value has no field or method CanConvert)
E:\goPath\pkg\mod\github.com\ysmood\got@v0.18.3\lib\utils\utils.go:22:42: yVal.CanConvert undefined (type reflect.Value has no field or method CanConvert)

func (Value) CanConvert added in go1.17

@ysmood ysmood closed this as completed in 556a2fb Mar 30, 2022
@ysmood
Copy link
Owner

ysmood commented Mar 30, 2022

Thanks for your report. The go.mod said it should support Go1.15, but I used some Go1.17 features.

The v0.19.0 should work with Go1.15. Please give it a try.

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