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
resource/composite/composite.go uses GetNumber(), which was deprecated and removed from Crossplane runtime In crossplane/crossplane-runtime@11e9468. This causes downstream functions to break if they update their go.mod.
// This is a bit of a hack. Kubernetes JSON decoders will get us a
I didn't consider the fact that it was deprecated though - I think having our own implementation of GetNumber as you've done in #59 makes sense here. Thanks!
What happened?
resource/composite/composite.go
usesGetNumber()
, which was deprecated and removed from Crossplane runtime In crossplane/crossplane-runtime@11e9468. This causes downstream functions to break if they update their go.mod.function-sdk-go/resource/composite/composite.go
Line 312 in 0a4b30c
The text was updated successfully, but these errors were encountered: