You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sigs.k8s.io/structured-merge-diff/v4/typed
typed/validate.go:160:17: non-constant format string in call to sigs.k8s.io/structured-merge-diff/v4/typed.errorf
typed/validate.go:196:17: non-constant format string in call to sigs.k8s.io/structured-merge-diff/v4/typed.errorf
FAIL sigs.k8s.io/structured-merge-diff/v4/typed [build failed]
When trying to run test locally but got error
This is due to the update in go 1.24 golang/go#60529
Need to update the error return to address.
Ref:
The text was updated successfully, but these errors were encountered: