-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error while building yang/nodeutil #35
Comments
Apparently it is a new call for Go1.20. I should probably find an
alternative. Can you update in the meantime?
…On Fri, Mar 24, 2023 at 9:27 AM sguay ***@***.***> wrote:
I just get the latest restconf and freeconf and I get an error while
building yang/nodeutil.
***@***.***/nodeutil/reflect.go:470:14:
childVal.SetZero undefined (type reflect.Value has no field or method
SetZero)
—
Reply to this email directly, view it on GitHub
<#35>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACA7QBUOG5JOKFC3TIEGLW5WOMFANCNFSM6AAAAAAWGSCIWM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
No problem I will update go. Thanks! |
making 1.20 default |
I just get the latest restconf and freeconf and I get an error while building yang/nodeutil.
/go/pkg/mod/github.com/freeconf/yang@v0.0.0-20230323210924-595b54912d2c/nodeutil/reflect.go:470:14: childVal.SetZero undefined (type reflect.Value has no field or method SetZero)
The text was updated successfully, but these errors were encountered: