[PR #184] [MERGED] Update go-diskfs to 1.5.0 #202

Closed
opened 2026-03-03 15:30:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/184
Author: @jqueuniet
Created: 2/7/2025
Status: Merged
Merged: 2/8/2025
Merged by: @luthermonson

Base: mainHead: update_godiskfs


📝 Commits (3)

  • bfb193e Update go-diskfs to 1.5.0
  • 9a11f92 Remove toolchain directive for CI
  • f36852c Raise Go version for CI

📊 Changes

4 files changed (+49 additions, -77 deletions)

View changed files

📝 .github/workflows/ci.yaml (+1 -1)
📝 go.mod (+6 -6)
📝 go.sum (+28 -58)
📝 virtual_machine.go (+14 -12)

📄 Description

go-diskfs added an abstraction layer over storage and os.File objects now cannot be used directly as they do not implement the backend.Storage interface.

Closes #183


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/luthermonson/go-proxmox/pull/184 **Author:** [@jqueuniet](https://github.com/jqueuniet) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/8/2025 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `update_godiskfs` --- ### 📝 Commits (3) - [`bfb193e`](https://github.com/luthermonson/go-proxmox/commit/bfb193e870a89687337478804bc883d697c5f6f7) Update go-diskfs to 1.5.0 - [`9a11f92`](https://github.com/luthermonson/go-proxmox/commit/9a11f92b490ba0a2fa1f486487ff8daba995a31b) Remove toolchain directive for CI - [`f36852c`](https://github.com/luthermonson/go-proxmox/commit/f36852ca56d41aa1cba10b2b216ff92a9644c1f6) Raise Go version for CI ### 📊 Changes **4 files changed** (+49 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+1 -1) 📝 `go.mod` (+6 -6) 📝 `go.sum` (+28 -58) 📝 `virtual_machine.go` (+14 -12) </details> ### 📄 Description go-diskfs added an abstraction layer over storage and `os.File` objects now cannot be used directly as they do not implement the `backend.Storage` interface. Closes #183 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:41 +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#202
No description provided.