Skip to content

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

chore(deps): update all non-major dependencies

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

GitHub Actions / golangci failed Oct 22, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (6)

cmd/vela-worker/flags.go|18 col 16| undefined: cli (typecheck)
cmd/vela-worker/run.go|25 col 13| undefined: cli (typecheck)
cmd/vela-worker/flags.go|19 col 9| undefined: cli (typecheck)
executor/executor_test.go|196 col 4| missing type in composite literal (typecheck)
executor/executor_test.go|204 col 4| missing type in composite literal (typecheck)
executor/executor_test.go|212 col 4| missing type in composite literal (typecheck)

Filtered Findings (0)

Annotations

Check failure on line 18 in cmd/vela-worker/flags.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-worker/flags.go#L18

undefined: cli (typecheck)
Raw output
cmd/vela-worker/flags.go:18:16: undefined: cli (typecheck)
func flags() []cli.Flag {
               ^

Check failure on line 25 in cmd/vela-worker/run.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-worker/run.go#L25

undefined: cli (typecheck)
Raw output
cmd/vela-worker/run.go:25:13: undefined: cli (typecheck)
func run(c *cli.Context) error {
            ^

Check failure on line 19 in cmd/vela-worker/flags.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-worker/flags.go#L19

undefined: cli (typecheck)
Raw output
cmd/vela-worker/flags.go:19:9: undefined: cli (typecheck)
	f := []cli.Flag{
	       ^

Check failure on line 196 in executor/executor_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] executor/executor_test.go#L196

missing type in composite literal (typecheck)
Raw output
executor/executor_test.go:196:4: missing type in composite literal (typecheck)
			{
			^

Check failure on line 204 in executor/executor_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] executor/executor_test.go#L204

missing type in composite literal (typecheck)
Raw output
executor/executor_test.go:204:4: missing type in composite literal (typecheck)
			{
			^

Check failure on line 212 in executor/executor_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] executor/executor_test.go#L212

missing type in composite literal (typecheck)
Raw output
executor/executor_test.go:212:4: missing type in composite literal (typecheck)
			{
			^