Closed lidel closed 2 days ago
Releaser error:
data: {
documentation_url: 'https://docs.github.com/free-pro-team@latest/rest/overview/rate-limits-for-the-rest-api#about-secondary-rate-limits',
message: 'You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID [..].'
}
I'll retry later.
Suggested version: 0.14.0
Changes in configuration file(s):
diff --git a/go.mod b/go.mod
index 873381a..936b4a6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,13 +1,15 @@
module github.com/ipfs/go-ipfs-cmds
-go 1.22
+go 1.22.0
+
+toolchain go1.22.8
require (
- github.com/ipfs/boxo v0.22.0
+ github.com/ipfs/boxo v0.24.2
github.com/ipfs/go-log v1.0.5
- github.com/rs/cors v1.10.1
+ github.com/rs/cors v1.11.1
github.com/texttheater/golang-levenshtein v1.0.1
- golang.org/x/term v0.23.0
+ golang.org/x/term v0.24.0
)
require (
@@ -18,7 +20,7 @@ require (
github.com/opentracing/opentracing-go v1.2.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
- golang.org/x/sys v0.24.0 // indirect
+ golang.org/x/sys v0.26.0 // indirect
)
retract v1.0.22 // old gx tag accidentally pushed as go tag
gorelease
says:
gorelease: go: loading module retractions for honnef.co/go/tools@v0.0.1-2019.2.3: module honnef.co/go/tools@v0.5.1 requires go >= 1.22.1 (running go 1.22.0)
gocompat
says:
HEAD is now at 94d29e1 chore: release v0.13.0 (#261)
Previous HEAD position was 94d29e1 chore: release v0.13.0 (#261)
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.
https://github.com/ipfs/kubo/pull/10571 is green, merging and bubbling up there.
Bumping minor due to
rs/cors
bump which had regressions (https://github.com/rs/cors/issues/184, ) in the past. Seems to be fixed, CI is green here, but running all vanilla tests in https://github.com/ipfs/kubo/pull/10571 just to be extra sure.