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
I wanted to share the fact we are experiencing compilation issues when go-tuf releases a API breaking changes we rely on because go get -u alone upgrades go-tuf to the latest minor version available, regardless of the fact it is an unstable v0. See also this go issue for extra details.
Right now, I don't see any other solution but having copying go-tuf into our package to avoid this.
Have you already faced this problem before? If so, do you see any other solution? Or could you consider starting to use a stable versioning?