Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps and logging #176

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Update deps and logging #176

merged 2 commits into from
Sep 27, 2023

Conversation

gammazero
Copy link
Collaborator

No description provided.

@github-actions
Copy link

Suggested version: v0.8.1

Comparing to: v0.8.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 58e848e..2c0d3b1 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/ipni/go-indexer-core
 
-go 1.19
+go 1.20
 
 require (
 	// Note, cockroachdb/pebble has no tagged release. Instead, it uses branches.
@@ -11,7 +11,7 @@ require (
 	github.com/ipfs/go-cid v0.4.1
 	github.com/ipfs/go-log/v2 v2.5.1
 	github.com/ipni/go-libipni v0.2.0
-	github.com/libp2p/go-libp2p v0.27.4
+	github.com/libp2p/go-libp2p v0.27.8
 	github.com/mr-tron/base58 v1.2.0
 	github.com/multiformats/go-multihash v0.2.2
 	github.com/multiformats/go-varint v0.0.7

gorelease says:

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/kataras/iris/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon. Please update to @latest
required module github.com/microcosm-cc/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.9.0

gocompat says:

Your branch is up to date with 'origin/main'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to main. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

Automatically created GitHub Release

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.

@gammazero gammazero merged commit e381a20 into main Sep 27, 2023
9 checks passed
@gammazero gammazero deleted the update-deps-and-logging branch September 27, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants