Skip to content

Add CRON functions to runtimes #235

Add CRON functions to runtimes

Add CRON functions to runtimes #235

Triggered via pull request March 15, 2024 13:28
Status Failure
Total duration 48s
Artifacts

build.yaml

on: pull_request
Build nakama binary
39s
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 (missing method GetFleetManager)
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 (missing method GetFleetManager)
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 (missing method GetFleetManager)
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 (missing method GetFleetManager)
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 (missing method RegisterFleetManager)
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