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
github.com/ipfs/go-ipfs-cmds has three retracted versions (go.mod):
v1.0.22
v2.0.1+incompatible
v2.0.2+incompatible
The package is still at v0.x.x and we were unable to retract v1 and v2 versions correctly (created before go.mod existed), which leads to ecosystem issues (ipfs/go-ipfs-cmds#254 (comment)).
Is it possible to manually remove these three versions from pkgsite and mark v0 one as the latest?
(We don't have v1 and v2 tags in git repository)
@seankhliao thank you, but we did not see retractions of v2+incompatible to be working. Would appreciate some elaboration on what works and what does not, or some hint what we are doing wrong.
github.com/ipfs/go-ipfs-cmds has three retracted versions (go.mod):
The package is still at v0.x.x and we were unable to retract v1 and v2 versions correctly (created before go.mod existed), which leads to ecosystem issues (ipfs/go-ipfs-cmds#254 (comment)).
Is it possible to manually remove these three versions from pkgsite and mark v0 one as the latest?
(We don't have v1 and v2 tags in git repository)
Instead of
We want:
The text was updated successfully, but these errors were encountered: