mirror of
https://github.com/devnullvoid/pvetui.git
synced 2026-04-25 05:15:51 +03:00
[GH-ISSUE #43] Latest does not build for me #7
Labels
No labels
bug
bug
documentation
enhancement
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pvetui#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seitzbg on GitHub (Nov 4, 2025).
Original GitHub issue: https://github.com/devnullvoid/pvetui/issues/43
Originally assigned to: @devnullvoid on GitHub.
$ go install github.com/devnullvoid/pvetui/cmd/pvetui@latest go: github.com/devnullvoid/pvetui@v1.0.7 requires go >= 1.24.2; switching to go1.24.9 go/pkg/mod/github.com/devnullvoid/pvetui@v1.0.7/internal/vnc/server.go:19:12: pattern novnc: no matching files found@devnullvoid commented on GitHub (Nov 5, 2025):
thank you very much for reporting this! I assumed go install would use the latest commit instead of the latest published release. Lesson learned! It should be working now.