Problem: sdk 50 is not integrated #2286
Triggered via pull request
February 29, 2024 03:46
Status
Success
Total duration
13m 37s
Artifacts
–
Annotations
7 errors and 2 warnings
Analyze (go)
undefined: app.MakeEncodingConfig
|
Analyze (go)
cannot use true (constant of type bool) as "github.com/cosmos/cosmos-sdk/server/types".AppOptions value in argument to app.New: bool does not implement "github.com/cosmos/cosmos-sdk/server/types".AppOptions (missing method Get)
|
Analyze (go)
cannot use map[int64]bool{} (value of type map[int64]bool) as func(*baseapp.BaseApp) value in argument to app.New
|
Analyze (go)
cannot use dir (variable of type string) as func(*baseapp.BaseApp) value in argument to app.New
|
Analyze (go)
cannot use 0 (untyped int constant) as func(*baseapp.BaseApp) value in argument to app.New
|
Analyze (go)
cannot use simtestutil.EmptyAppOptions{} (value of type sims.EmptyAppOptions) as func(*baseapp.BaseApp) value in argument to app.New
|
Analyze (go)
cannot use abci.RequestInitChain{…} (value of type "github.com/cometbft/cometbft/abci/types".RequestInitChain) as *"github.com/cometbft/cometbft/abci/types".RequestInitChain value in argument to a.InitChain
|
Analyze (go)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze (go)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|