Skip to content

Feature/#3 create image #4

Feature/#3 create image

Feature/#3 create image #4

GitHub Actions / golangci failed Feb 4, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

cmd/create.go|56 col 11| Error return value of os.Mkdir is not checked (errcheck)

Filtered Findings (0)

Annotations

Check failure on line 56 in cmd/create.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/create.go#L56

Error return value of `os.Mkdir` is not checked (errcheck)
Raw output
cmd/create.go:56:11: Error return value of `os.Mkdir` is not checked (errcheck)
		os.Mkdir(TarTmpDir, 0777)
		        ^