Skip to content

feat: use ibc-go v8.5.2 and cosmos-sdk v0.50.11 #25662

feat: use ibc-go v8.5.2 and cosmos-sdk v0.50.11

feat: use ibc-go v8.5.2 and cosmos-sdk v0.50.11 #25662

Triggered via pull request January 17, 2025 03:29
Status Failure
Total duration 3m 33s
Artifacts

test-golang.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
gotest
cannot use mock (variable of type mockSwingsetKeeper) as SwingsetKeeper value in argument to NewInboundDecorator: mockSwingsetKeeper does not implement SwingsetKeeper (wrong type for method GetState)
gotest
cannot use mockSwingsetKeeper{} (value of type mockSwingsetKeeper) as SwingsetKeeper value in variable declaration: mockSwingsetKeeper does not implement SwingsetKeeper (wrong type for method GetState)
gotest
cannot use vbankStoreKey (variable of type *"cosmossdk.io/store/types".KVStoreKey) as "cosmossdk.io/core/store".KVStoreService value in argument to NewKeeper: *"cosmossdk.io/store/types".KVStoreKey does not implement "cosmossdk.io/core/store".KVStoreService (missing method OpenKVStore)
gotest
assignment mismatch: 1 variable but keeper.GetState returns 2 values
gotest
assignment mismatch: 1 variable but keeper.GetState returns 2 values
gotest
cannot use vlocalchainStoreKey (variable of type *"cosmossdk.io/store/types".KVStoreKey) as "cosmossdk.io/core/store".KVStoreService value in argument to vlocalchain.NewKeeper: *"cosmossdk.io/store/types".KVStoreKey does not implement "cosmossdk.io/core/store".KVStoreService (missing method OpenKVStore)
gotest
Process completed with exit code 1.
gotest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636