Skip to content

chore(deps): pin dependencies #384

chore(deps): pin dependencies

chore(deps): pin dependencies #384

GitHub Actions / golangci failed Oct 12, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

pkg/binarywrapper/binarywrapper.go|163 col 41| non-wrapping format verb for fmt.Errorf. Use %w to format errors (errorlint)
pkg/binarywrapper/binarywrapper.go|184 col 41| non-wrapping format verb for fmt.Errorf. Use %w to format errors (errorlint)

Filtered Findings (0)

Annotations

Check failure on line 163 in pkg/binarywrapper/binarywrapper.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/binarywrapper/binarywrapper.go#L163

non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
Raw output
pkg/binarywrapper/binarywrapper.go:163:41: non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
			return fmt.Errorf("%w: %s", ErrExec, err)
			                                     ^

Check failure on line 184 in pkg/binarywrapper/binarywrapper.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] pkg/binarywrapper/binarywrapper.go#L184

non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
Raw output
pkg/binarywrapper/binarywrapper.go:184:41: non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
			return fmt.Errorf("%w: %s", ErrExec, err)
			                                     ^