Skip to content

ci: uci/copy-templates #268

ci: uci/copy-templates

ci: uci/copy-templates #268

Triggered via pull request August 14, 2023 11:09
Status Failure
Total duration 1m 7s
Artifacts

go-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go-check / All: util/compare.go#L46
cannot use filterEntries(srcEntries) (value of type []fs.FileInfo) as []fs.DirEntry value in assignment
go-check / All: util/compare.go#L46
cannot use srcEntries (variable of type []fs.DirEntry) as []fs.FileInfo value in argument to filterEntries
go-check / All: util/compare.go#L47
cannot use filterEntries(dstEntries) (value of type []fs.FileInfo) as []fs.DirEntry value in assignment
go-check / All: util/compare.go#L47
cannot use dstEntries (variable of type []fs.DirEntry) as []fs.FileInfo value in argument to filterEntries
go-check / All: util/compare.go#L48
cannot convert srcEntries (variable of type []fs.DirEntry) to type byName
go-check / All: util/compare.go#L49
cannot convert dstEntries (variable of type []fs.DirEntry) to type byName
go-check / All: util/compare.go#L79
entry.Mode undefined (type fs.DirEntry has no field or method Mode)
go-check / All: util/copy.go#L120
entry.Mode undefined (type fs.DirEntry has no field or method Mode)
go-check / All
Process completed with exit code 1.
go-check / All: util/compare.go#L46
cannot use filterEntries(srcEntries) (value of type []fs.FileInfo) as []fs.DirEntry value in assignment