You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running: egg build -o kernel.sh on ubuntu in virtualbox (as to avoid issues with multiple go versions)
Go Version
1.16.15
Relevant log output
../../go/pkg/mod/github.com/icexin/[email protected]/fs/mount/mountfs.go:262:30: cannot use m (type *MountableFs) as type afero.Fs in argument to lstatIfPossible:
*MountableFs does not implement afero.Fs (missing Chown method)
../../go/pkg/mod/github.com/icexin/[email protected]/fs/mount/mountfs.go:266:18: cannot use m (type *MountableFs) as type afero.Fs in argument to departWalk:
*MountableFs does not implement afero.Fs (missing Chown method)
The text was updated successfully, but these errors were encountered:
Describe your bug or error
running: egg build -o kernel.sh on ubuntu in virtualbox (as to avoid issues with multiple go versions)
Go Version
1.16.15
Relevant log output
The text was updated successfully, but these errors were encountered: