[WIP] Separate go.mod for E2E tests #2319
Annotations
5 errors
Run tests:
pkg/mounter/mount_windows.go#L291
multiple-value windows.UTF16PtrFromString(volumePath) (value of type (*uint16, error)) in single-value context
|
Run tests:
pkg/mounter/mount_windows.go#L291
cannot use &stats.AvailableBytes (value of type *int64) as *uint64 value in argument to windows.GetDiskFreeSpaceEx
|
Run tests:
pkg/mounter/mount_windows.go#L291
cannot use &stats.TotalBytes (value of type *int64) as *uint64 value in argument to windows.GetDiskFreeSpaceEx
|
Run tests:
pkg/mounter/mount_windows.go#L291
cannot use &totalFreeBytes (value of type *int64) as *uint64 value in argument to windows.GetDiskFreeSpaceEx
|
Run tests
Process completed with exit code 1.
|
Loading