Skip to content

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

chore(deps): update all non-major dependencies

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

GitHub Actions / golangci failed Oct 4, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

cmd/vela-downstream/plugin.go|117 col 22| printf: non-constant format string in call to fmt.Errorf (govet)

Filtered Findings (0)

Annotations

Check failure on line 117 in cmd/vela-downstream/plugin.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-downstream/plugin.go#L117

printf: non-constant format string in call to fmt.Errorf (govet)
Raw output
cmd/vela-downstream/plugin.go:117:22: printf: non-constant format string in call to fmt.Errorf (govet)
			return fmt.Errorf(msg)
			                  ^