mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #274] Question: build possible with older go versions? #165
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#165
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 @olta on GitHub (Dec 19, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/274
Hi there,
I'm currently using go-librespot in the context of my own little audio player project (https://github.com/olta/hkaudio).
This uses Yocto for building the system, for which there's currently no release that supports go-1.25.
So, I'm wondering if the recent change to let go-librespot require go-1.25 as minimum version is a hard requirement or if it would still be possible to build it with older go versions?
@olta commented on GitHub (Dec 19, 2025):
To answer my own question: the Yocto project provides a mixin branch for its LTS releases, which can be used to get access to the newest go version. As this provides go-1.25, go-librespot can be built just fine with it, so there's actually no more reason to try to downgrade its required go version for me.
@devgianlu commented on GitHub (Dec 19, 2025):
To answer your original question: go1.25 is not strictly required, go1.22 would work too.