Skip to content

Add support to custom sorting in storage index search #227

Add support to custom sorting in storage index search

Add support to custom sorting in storage index search #227

Triggered via pull request March 8, 2024 13:23
Status Failure
Total duration 52s
Artifacts

build.yaml

on: pull_request
Build nakama binary
41s
Build nakama binary
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Build nakama binary: server/runtime_go.go#L2662
cannot use nk (variable of type *RuntimeGoNakamaModule) as "github.com/heroiclabs/nakama-common/runtime".NakamaModule value in argument to fn: *RuntimeGoNakamaModule does not implement "github.com/heroiclabs/nakama-common/runtime".NakamaModule (wrong type for method StorageIndexList)
Build nakama binary: server/runtime_go.go#L2667
cannot use nk (variable of type *RuntimeGoNakamaModule) as "github.com/heroiclabs/nakama-common/runtime".NakamaModule value in argument to NewRuntimeGoMatchCore: *RuntimeGoNakamaModule does not implement "github.com/heroiclabs/nakama-common/runtime".NakamaModule (wrong type for method StorageIndexList)
Build nakama binary: server/runtime_go.go#L2677
cannot use nk (variable of type *RuntimeGoNakamaModule) as "github.com/heroiclabs/nakama-common/runtime".NakamaModule value in struct literal: *RuntimeGoNakamaModule does not implement "github.com/heroiclabs/nakama-common/runtime".NakamaModule (wrong type for method StorageIndexList)
Build nakama binary: server/runtime_go.go#L2718
cannot use nk (variable of type *RuntimeGoNakamaModule) as "github.com/heroiclabs/nakama-common/runtime".NakamaModule value in argument to fn: *RuntimeGoNakamaModule does not implement "github.com/heroiclabs/nakama-common/runtime".NakamaModule (wrong type for method StorageIndexList)
Build nakama binary: server/runtime_go.go#L2718
cannot use initializer (variable of type *RuntimeGoInitializer) as "github.com/heroiclabs/nakama-common/runtime".Initializer value in argument to fn: *RuntimeGoInitializer does not implement "github.com/heroiclabs/nakama-common/runtime".Initializer (wrong type for method RegisterStorageIndex)
Build nakama binary
Process completed with exit code 1.
Build nakama binary
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build nakama binary
Restore cache failed: Dependencies file is not found in /home/runner/work/nakama/nakama. Supported file pattern: go.sum