Closed lidel closed 3 months ago
Suggested version: 0.13.0
Changes in configuration file(s):
diff --git a/go.mod b/go.mod
index 4acc968..873381a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/ipfs/go-ipfs-cmds
-go 1.21
+go 1.22
require (
github.com/ipfs/boxo v0.22.0
@@ -24,3 +24,5 @@ require (
retract v1.0.22 // old gx tag accidentally pushed as go tag
retract v2.0.1+incompatible // old gx tag
+
+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
gorelease
says:
# summary
Suggested version: v0.13.0
gocompat
says:
HEAD is now at 7bff20e chore: release v0.12.0 (#259)
Previous HEAD position was 7bff20e chore: release v0.12.0 (#259)
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
A draft GitHub Release has been created. It is going to be published when this PR is merged. You can modify its' body to include any release notes you wish to include with the release.
Includes: