Make release #28
Annotations
8 errors and 1 warning
build:
src/diskusage/diskusage.go#L19
undefined: unix.Statfs
|
build:
src/diskusage/diskusage.go#L28
du.stat.Bfree undefined (type *unix.Statfs_t has no field or method Bfree)
|
build:
src/diskusage/diskusage.go#L28
du.stat.Bsize undefined (type *unix.Statfs_t has no field or method Bsize)
|
build:
src/diskusage/diskusage.go#L33
du.stat.Bavail undefined (type *unix.Statfs_t has no field or method Bavail)
|
build:
src/diskusage/diskusage.go#L33
du.stat.Bsize undefined (type *unix.Statfs_t has no field or method Bsize)
|
build:
src/diskusage/diskusage.go#L38
du.stat.Blocks undefined (type *unix.Statfs_t has no field or method Blocks)
|
build:
src/diskusage/diskusage.go#L38
du.stat.Bsize undefined (type *unix.Statfs_t has no field or method Bsize)
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|