Bump github.com/multiformats/go-multiaddr from 0.10.1 to 0.11.0 #2851
Annotations
10 errors and 1 warning
components/p2p/component.go#L124
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
components/p2p/component.go:124:23: undefined: libp2p (typecheck)
createdHost, err := libp2p.New(libp2p.Identity(privKey),
^
|
components/p2p/component.go#L125
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
components/p2p/component.go:125:4: undefined: libp2p (typecheck)
libp2p.ListenAddrStrings(deps.P2PBindMultiAddresses...),
^
|
components/p2p/component.go#L126
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
components/p2p/component.go:126:4: undefined: libp2p (typecheck)
libp2p.Peerstore(peerStoreContainer.Peerstore()),
^
|
components/p2p/component.go#L127
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
components/p2p/component.go:127:4: undefined: libp2p (typecheck)
libp2p.Transport(tcp.NewTCPTransport),
^
|
components/p2p/component.go#L128
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
components/p2p/component.go:128:4: undefined: libp2p (typecheck)
libp2p.ConnectionManager(connManager),
^
|
components/p2p/component.go#L129
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
components/p2p/component.go:129:4: undefined: libp2p (typecheck)
libp2p.NATPortMap(),
^
|
pkg/p2p/manager_test.go#L37
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
pkg/p2p/manager_test.go:37:12: undefined: libp2p (typecheck)
h, err := libp2p.New(
^
|
pkg/p2p/manager_test.go#L38
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
pkg/p2p/manager_test.go:38:3: undefined: libp2p (typecheck)
libp2p.Identity(sk),
^
|
pkg/p2p/manager_test.go#L39
[golangci] reported by reviewdog 🐶
undefined: libp2p (typecheck)
Raw Output:
pkg/p2p/manager_test.go:39:3: undefined: libp2p (typecheck)
libp2p.ConnectionManager(connManager),
^
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
|
The logs for this run have expired and are no longer available.
Loading