Skip to content

ci: uci/update-go

ci: uci/update-go #272

Triggered via pull request August 22, 2023 17:37
Status Failure
Total duration 1m 4s
Artifacts

go-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
All
Process completed with exit code 1.
All: util/compare.go#L46
cannot use filterEntries(srcEntries) (value of type []fs.FileInfo) as type []fs.DirEntry in assignment
All: util/compare.go#L46
cannot use srcEntries (variable of type []fs.DirEntry) as type []fs.FileInfo in argument to filterEntries
All: util/compare.go#L47
cannot use filterEntries(dstEntries) (value of type []fs.FileInfo) as type []fs.DirEntry in assignment
All: util/compare.go#L47
cannot use dstEntries (variable of type []fs.DirEntry) as type []fs.FileInfo in argument to filterEntries
All: util/compare.go#L48
cannot convert srcEntries (variable of type []fs.DirEntry) to type byName
All: util/compare.go#L49
cannot convert dstEntries (variable of type []fs.DirEntry) to type byName
All: util/compare.go#L79
entry.Mode undefined (type fs.DirEntry has no field or method Mode)
All: util/copy.go#L120
entry.Mode undefined (type fs.DirEntry has no field or method Mode)
All
Process completed with exit code 2.
All
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/