Skip to content

chore: use proper title for PRs from auto increment #2103

chore: use proper title for PRs from auto increment

chore: use proper title for PRs from auto increment #2103

GitHub Actions / golangci failed Sep 20, 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)
	                  ^