Skip to content

feat: project manager #153

feat: project manager

feat: project manager #153

Triggered via pull request February 15, 2024 14:16
Status Failure
Total duration 4m 59s
Artifacts

examples.yml

on: pull_request
Matrix: gno2go
Matrix: lint
Matrix: mod-tidy
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 8 warnings
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L209
cannot use c.contractorCandidates (variable of type []std.Address) as []interface{} value in argument to ujson.FormatSlice
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L217
cannot use c.milestones (variable of type []Milestone) as []interface{} value in argument to ujson.FormatSlice
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L226
cannot use c.conflicts (variable of type []Conflict) as []interface{} value in argument to ujson.FormatSlice
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L272
invalid operation: contractor != caller.String() (mismatched types std.Address and string)
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L272
invalid operation: funder != caller.String() (mismatched types std.Address and string)
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L334
cannot use false (untyped bool constant) as int64 value in struct literal
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L346
invalid operation: caller.String() == funder (mismatched types string and std.Address)
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L387
invalid operation: contract.sender != caller.String() (mismatched types std.Address and string)
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L405
invalid operation: caller.String() != contract.funder (mismatched types string and std.Address)
gno2go (1.21.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L408
invalid operation: caller.String() != contract.contractor (mismatched types string and std.Address)
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L209
cannot use c.contractorCandidates (variable of type []std.Address) as []interface{} value in argument to ujson.FormatSlice
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L217
cannot use c.milestones (variable of type []Milestone) as []interface{} value in argument to ujson.FormatSlice
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L226
cannot use c.conflicts (variable of type []Conflict) as []interface{} value in argument to ujson.FormatSlice
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L272
invalid operation: contractor != caller.String() (mismatched types std.Address and string)
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L272
invalid operation: funder != caller.String() (mismatched types std.Address and string)
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L334
cannot use false (untyped bool constant) as int64 value in struct literal
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L346
invalid operation: caller.String() == funder (mismatched types string and std.Address)
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L387
invalid operation: contract.sender != caller.String() (mismatched types std.Address and string)
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L405
invalid operation: caller.String() != contract.funder (mismatched types string and std.Address)
gno2go (1.20.x): examples/gno.land/r/demo/teritori/grant_manager/grant_manager.gno.gen.go#L408
invalid operation: caller.String() != contract.contractor (mismatched types string and std.Address)
lint (1.21.x)
Process completed with exit code 1.
lint (1.20.x)
Process completed with exit code 1.
mod-tidy (1.21.x)
Process completed with exit code 1.
gno2go (1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
gno2go (1.20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint (1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint (1.20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mod-tidy (1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mod-tidy (1.21.x)
Restore cache failed: Dependencies file is not found in /home/runner/work/gno/gno. Supported file pattern: go.sum
test (1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (1.20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.