feat: cosmos-sdk to v0.50.8
#267
Annotations
10 errors and 2 warnings
golangci-lint:
app/app.go#L263
app.RegisterStreamingServices undefined (type *App has no field or method RegisterStreamingServices) (typecheck)
|
golangci-lint:
app/app.go#L269
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
golangci-lint:
app/app.go#L275
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
golangci-lint:
app/app.go#L282
app.SetInitChainer undefined (type *App has no field or method SetInitChainer) (typecheck)
|
golangci-lint:
app/app.go#L283
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
golangci-lint:
app/app.go#L289
app.Load undefined (type *App has no field or method Load) (typecheck)
|
golangci-lint:
app/app.go#L314
app.UnsafeFindStoreKey undefined (type *App has no field or method UnsafeFindStoreKey) (typecheck)
|
golangci-lint:
app/app.go#L323
app.UnsafeFindStoreKey undefined (type *App has no field or method UnsafeFindStoreKey) (typecheck)
|
golangci-lint:
app/app.go#L334
app.GetStoreKeys undefined (type *App has no field or method GetStoreKeys) (typecheck)
|
golangci-lint:
app/export.go#L21
app.NewContextLegacy undefined (type *App has no field or method NewContextLegacy) (typecheck)
|
golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, technote-space/get-diff-action@v6, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/modules/modules. Supported file pattern: go.sum
|