Skip to content

fix(deps): update all non-major dependencies #559

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #559

GitHub Actions / golangci failed Aug 9, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

cmd/vela-downstream/main.go|126 col 13| undefined: cli (typecheck)
cmd/vela-downstream/main.go|37 col 9| undefined: cli (typecheck)
cmd/vela-downstream/main.go|45 col 19| undefined: cli (typecheck)

Filtered Findings (0)

Annotations

Check failure on line 126 in cmd/vela-downstream/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-downstream/main.go#L126

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

Check failure on line 37 in cmd/vela-downstream/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-downstream/main.go#L37

undefined: cli (typecheck)
Raw output
cmd/vela-downstream/main.go:37:9: undefined: cli (typecheck)
	app := cli.NewApp()
	       ^

Check failure on line 45 in cmd/vela-downstream/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-downstream/main.go#L45

undefined: cli (typecheck)
Raw output
cmd/vela-downstream/main.go:45:19: undefined: cli (typecheck)
	app.Authors = []*cli.Author{
	                 ^