We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f066f7 commit de1cb7fCopy full SHA for de1cb7f
go.mod
@@ -24,3 +24,5 @@ require (
24
retract v1.0.22 // old gx tag accidentally pushed as go tag
25
26
retract v2.0.1+incompatible // old gx tag
27
+
28
+retract v2.0.2+incompatible // we need to use a newer version than v2.0.1 to retract v2.0.1+incompatible, but we can retract ourself directly once done
0 commit comments