Skip to content

added embeds

added embeds #76

Triggered via push September 14, 2023 06:04
Status Failure
Total duration 30s
Artifacts

ci.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build (1.21.x, ubuntu-latest): node.go#L63
cannot convert &Node{} (value of type *Node) to type Ki: *Node does not implement Ki (wrong type for method New)
Build (1.21.x, ubuntu-latest): admin.go#L60
cannot use Updating (constant 1 of type Flags) as enums.BitFlag value in argument to k.SetFlag: Flags does not implement enums.BitFlag (missing method Descs)
Build (1.21.x, ubuntu-latest): admin.go#L118
cannot use Updating (constant 1 of type Flags) as enums.BitFlag value in argument to kn.SetFlag: Flags does not implement enums.BitFlag (missing method Descs)
Build (1.21.x, ubuntu-latest): admin.go#L121
cannot use Updating (constant 1 of type Flags) as enums.BitFlag value in argument to k.SetFlag: Flags does not implement enums.BitFlag (missing method Descs)
Build (1.21.x, ubuntu-latest): enumgen.go#L85
cannot use ie (variable of type Flags) as enums.BitFlag value in argument to i.HasFlag: Flags does not implement enums.BitFlag (missing method Descs)
Build (1.21.x, ubuntu-latest): enumgen.go#L125
cannot use &val (value of type *Flags) as enums.BitFlag value in argument to i.SetFlag: *Flags does not implement enums.BitFlag (missing method Descs)
Build (1.21.x, ubuntu-latest): enumgen.go#L127
cannot use &val (value of type *Flags) as enums.BitFlag value in argument to i.SetFlag: *Flags does not implement enums.BitFlag (missing method Descs)
Build (1.21.x, ubuntu-latest): enumgen.go#L164
cannot use d (variable of type Flags) as enums.Enum value in assignment: Flags does not implement enums.Enum (missing method Descs)
Build (1.21.x, ubuntu-latest): enumgen.go#L250
cannot use ie (variable of type NodeSignals) as enums.BitFlag value in argument to i.HasFlag: NodeSignals does not implement enums.BitFlag (missing method Descs)
Build (1.21.x, ubuntu-latest): enumgen.go#L290
cannot use &val (value of type *NodeSignals) as enums.BitFlag value in argument to i.SetFlag: *NodeSignals does not implement enums.BitFlag (missing method Descs)
Build (1.21.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/