Skip to content

Make release

Make release #28

Triggered via release September 1, 2024 21:48
@schollzschollz
created c146b15
Status Failure
Total duration 3m 27s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

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/