Skip to content

ci: uci/copy-templates #267

ci: uci/copy-templates

ci: uci/copy-templates #267

Triggered via pull request August 14, 2023 08:29
Status Failure
Total duration 1m 3s
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 type []fs.DirEntry in assignment
go-check / All: util/compare.go#L46
cannot use srcEntries (variable of type []fs.DirEntry) as type []fs.FileInfo in argument to filterEntries
go-check / All: util/compare.go#L47
cannot use filterEntries(dstEntries) (value of type []fs.FileInfo) as type []fs.DirEntry in assignment
go-check / All: util/compare.go#L47
cannot use dstEntries (variable of type []fs.DirEntry) as type []fs.FileInfo 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 type []fs.DirEntry in assignment