Skip to content

Release version 0.22.1 #18

Release version 0.22.1

Release version 0.22.1 #18

Triggered via push March 20, 2024 09:11
Status Failure
Total duration 41s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: pacman/graph/factory.go#L143
cannot use v (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddNode: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L158
cannot use v (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddEdgeFromTo: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L174
cannot use u (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddNode: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L175
cannot use v (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddEdgeFromTo: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L190
cannot use u (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddNode: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/factory.go#L191
u.PkgName undefined (type *Node has no field or method PkgName) (typecheck)
lint: pacman/graph/factory.go#L192
cannot use v (variable of type *Node) as "gonum.org/v1/gonum/graph".Node value in argument to g.AddEdgeFromTo: *Node does not implement "gonum.org/v1/gonum/graph".Node (missing method ID) (typecheck)
lint: pacman/graph/graph.go#L47
n.PkgDepends undefined (type *Node has no field or method PkgDepends) (typecheck)
lint: pacman/graph/graph.go#L48
n.PkgMakeDepends undefined (type *Node has no field or method PkgMakeDepends) (typecheck)
lint: pacman/graph/graph.go#L55
n.PkgDepends undefined (type *Node has no field or method PkgDepends) (typecheck)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.