Skip to content

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

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

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

GitHub Actions / golangci failed Jan 8, 2025 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

compiler/native/expand.go|396 col 33| string golang has 3 occurrences, make it a constant (goconst)

Filtered Findings (0)

Annotations

Check failure on line 396 in compiler/native/expand.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] compiler/native/expand.go#L396

string `golang` has 3 occurrences, make it a constant (goconst)
Raw output
compiler/native/expand.go:396:33: string `golang` has 3 occurrences, make it a constant (goconst)
	case constants.PipelineTypeGo, "golang", "":
	                               ^