[GH-ISSUE #183] Type error in iso9660.Create from go-diskfs dependency #47

Closed
opened 2026-03-03 15:29:52 +03:00 by kerem · 0 comments
Owner

Originally created by @ltcptgeneral on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/183

Hello. I'm using go-proxmox 0.2.1 on go 1.23.2. The dependency go-diskfs 1.5.0 seems to have changed the interface to iso9660.Create and is now throwing this compiler error:

../go/pkg/mod/github.com/luthermonson/go-proxmox@v0.2.1/virtual_machine.go:187:28: cannot use iso (variable of type *os.File) as backend.Storage value in argument to iso9660.Create: *os.File does not implement backend.Storage (missing method Sys)
Originally created by @ltcptgeneral on GitHub (Feb 6, 2025). Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/183 Hello. I'm using go-proxmox 0.2.1 on go 1.23.2. The dependency go-diskfs 1.5.0 seems to have changed the interface to iso9660.Create and is now throwing this compiler error: ``` ../go/pkg/mod/github.com/luthermonson/go-proxmox@v0.2.1/virtual_machine.go:187:28: cannot use iso (variable of type *os.File) as backend.Storage value in argument to iso9660.Create: *os.File does not implement backend.Storage (missing method Sys) ```
kerem closed this issue 2026-03-03 15:29:52 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#47
No description provided.