Skip to content

chore(deps): update codecov/codecov-action action to v5 #2205

chore(deps): update codecov/codecov-action action to v5

chore(deps): update codecov/codecov-action action to v5 #2205

GitHub Actions / golangci failed Dec 5, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

vela/client.go|553 col 20| printf: non-constant format string in call to fmt.Errorf (govet)

Filtered Findings (0)

Annotations

Check failure on line 553 in vela/client.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vela/client.go#L553

printf: non-constant format string in call to fmt.Errorf (govet)
Raw output
vela/client.go:553:20: printf: non-constant format string in call to fmt.Errorf (govet)
	return fmt.Errorf(*resp.Message)
	                  ^