Skip to content

[fix] disksize fix #567

[fix] disksize fix

[fix] disksize fix #567

Triggered via pull request February 2, 2024 21:15
@mleone87mleone87
synchronize #928
disksize-fix
Status Failure
Total duration 35s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
audit: proxmox/resource_vm_qemu.go#L2448
config.Disk.SizeInKibibytes undefined (type *"github.com/Telmate/proxmox-api-go/proxmox".QemuIdeDisk has no field or method SizeInKibibytes)
audit: proxmox/resource_vm_qemu.go#L2468
config.Passthrough.SizeInKibibytes undefined (type *"github.com/Telmate/proxmox-api-go/proxmox".QemuIdePassthrough has no field or method SizeInKibibytes)
audit: proxmox/resource_vm_qemu.go#L2512
config.Disk.SizeInKibibytes undefined (type *"github.com/Telmate/proxmox-api-go/proxmox".QemuSataDisk has no field or method SizeInKibibytes)
audit: proxmox/resource_vm_qemu.go#L2532
config.Passthrough.SizeInKibibytes undefined (type *"github.com/Telmate/proxmox-api-go/proxmox".QemuSataPassthrough has no field or method SizeInKibibytes)
audit: proxmox/resource_vm_qemu.go#L2603
config.Disk.SizeInKibibytes undefined (type *"github.com/Telmate/proxmox-api-go/proxmox".QemuScsiDisk has no field or method SizeInKibibytes)
audit: proxmox/resource_vm_qemu.go#L2625
config.Passthrough.SizeInKibibytes undefined (type *"github.com/Telmate/proxmox-api-go/proxmox".QemuScsiPassthrough has no field or method SizeInKibibytes)
audit: proxmox/resource_vm_qemu.go#L2681
config.Disk.SizeInKibibytes undefined (type *"github.com/Telmate/proxmox-api-go/proxmox".QemuVirtIODisk has no field or method SizeInKibibytes)
audit: proxmox/resource_vm_qemu.go#L2702
config.Passthrough.SizeInKibibytes undefined (type *"github.com/Telmate/proxmox-api-go/proxmox".QemuVirtIOPassthrough has no field or method SizeInKibibytes)
audit: proxmox/resource_vm_qemu.go#L2798
unknown field SizeInKibibytes in struct literal of type "github.com/Telmate/proxmox-api-go/proxmox".QemuIdeDisk
audit: proxmox/resource_vm_qemu.go#L2798
undefined: pxapi.QemuDiskSize
audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/