Update README.md #271
Annotations
7 errors and 1 warning
golangci-lint:
internal/dao/IDao.go#L1
: # github.com/itering/subscan/internal/dao [github.com/itering/subscan/internal/dao.test]
|
golangci-lint:
pkg/ecode/status.go#L56
SA1019: ptypes.DynamicAny is deprecated: Use the any.UnmarshalNew method instead to unmarshal the any message contents into a new instance of the underlying message. (staticcheck)
|
golangci-lint:
pkg/ecode/status.go#L57
SA1019: ptypes.UnmarshalAny is deprecated: Call the any.UnmarshalTo method instead. (staticcheck)
|
golangci-lint:
pkg/ecode/status.go#L69
SA1019: ptypes.MarshalAny is deprecated: Call the anypb.New function instead. (staticcheck)
|
golangci-lint:
pkg/ecode/status.go#L9
SA1019: "github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead. (staticcheck)
|
golangci-lint:
pkg/ecode/status.go#L10
SA1019: "github.com/golang/protobuf/ptypes" is deprecated: Well-known types have specialized functionality directly injected into the generated packages for each message type. See the deprecation notice for each function for the suggested alternative. (staticcheck)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading