Skip to content

chore(deps): update all non-major dependencies #3186

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #3186

Triggered via push January 10, 2024 22:59
Status Failure
Total duration 1m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

19 errors
test: action/deployment/table.go#L52
d.GetUser undefined (type library.Deployment has no field or method GetUser)
test: action/deployment/table.go#L96
d.GetUser undefined (type library.Deployment has no field or method GetUser)
test: action/worker/get.go#L22
not enough arguments in call to client.Worker.GetAll
test
Process completed with exit code 1.
[golangci] action/deployment/add.go#L1: action/deployment/add.go#L1
: # github.com/go-vela/cli/action/deployment [github.com/go-vela/cli/action/deployment.test]
[golangci] action/deployment/table.go#L52: action/deployment/table.go#L52
d.GetUser undefined (type library.Deployment has no field or method GetUser)
[golangci] action/deployment/table.go#L96: action/deployment/table.go#L96
d.GetUser undefined (type library.Deployment has no field or method GetUser)
[golangci] action/deployment/table_test.go#L99: action/deployment/table_test.go#L99
d.SetUser undefined (type *library.Deployment has no field or method SetUser) (typecheck)
[golangci] action/worker/add.go#L1: action/worker/add.go#L1
: # github.com/go-vela/cli/action/worker [github.com/go-vela/cli/action/worker.test]
[golangci] action/worker/get.go#L22: action/worker/get.go#L22
not enough arguments in call to client.Worker.GetAll
[golangci] command/deployment/add.go#L9: command/deployment/add.go#L9
could not import github.com/go-vela/cli/action/deployment (-: # github.com/go-vela/cli/action/deployment
[golangci] action/deployment/table.go#L52: action/deployment/table.go#L52
d.GetUser undefined (type library.Deployment has no field or method GetUser)
[golangci] action/deployment/table.go#L96: action/deployment/table.go#L96
d.GetUser undefined (type library.Deployment has no field or method GetUser)) (typecheck)
[golangci] command/worker/add.go#L11: command/worker/add.go#L11
could not import github.com/go-vela/cli/action/worker (-: # github.com/go-vela/cli/action/worker
[golangci] action/worker/get.go#L22: action/worker/get.go#L22
not enough arguments in call to client.Worker.GetAll
[golangci] command/repo/add.go#L3: command/repo/add.go#L3
3-200 lines are duplicate of `command/repo/update.go:3-198` (dupl)
[golangci] command/repo/update.go#L3: command/repo/update.go#L3
3-198 lines are duplicate of `command/repo/add.go:3-200` (dupl)
[golangci] action/pipeline/exec.go#L24: action/pipeline/exec.go#L24
Function 'Exec' is too long (163 > 160) (funlen)
[golangci] internal/output/yaml_test.go#L72: internal/output/yaml_test.go#L72
unused-parameter: parameter 'unmarshal' seems to be unused, consider removing or renaming it as _ (revive)