go-disk-usage icon indicating copy to clipboard operation
go-disk-usage copied to clipboard

Error: diskusage.go:28:9: invalid operation: du.stat.Bavail * uint64(du.stat.Bsize) (mismatched types int64 and uint64)

Open KyleSanderson opened this issue 2 years ago • 0 comments

⨯ release failed after 2m59s error=failed to build for freebsd_arm_6: exit status 1: # github.com/ricochet2200/go-disk-usage/du Error: ../../../go/pkg/mod/github.com/ricochet2200/go-disk-usage/[email protected]/diskusage.go:28:9: invalid operation: du.stat.Bavail * uint64(du.stat.Bsize) (mismatched types int64 and uint64)

Error: The process '/opt/hostedtoolcache/goreleaser-action/1.19.0/x64/goreleaser' failed with exit code 1

KyleSanderson avatar Jul 05 '23 19:07 KyleSanderson