Skip to content

ci: uci/update-go

ci: uci/update-go #279

Triggered via pull request August 23, 2023 09:27
@web3-botweb3-bot
synchronize #53
uci/update-go
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 []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