Skip to content

chore(deps): pin dependencies #954

chore(deps): pin dependencies

chore(deps): pin dependencies #954

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Oct 23, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

cmd/vela-kaniko/main.go|309 col 13| undefined: cli (typecheck)
cmd/vela-kaniko/main.go|34 col 9| undefined: cli (typecheck)
cmd/vela-kaniko/main.go|42 col 19| undefined: cli (typecheck)

Filtered Findings (0)

Annotations

Check failure on line 309 in cmd/vela-kaniko/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/main.go#L309

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

Check failure on line 34 in cmd/vela-kaniko/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/main.go#L34

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

Check failure on line 42 in cmd/vela-kaniko/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kaniko/main.go#L42

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