mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 13:05:56 +03:00
[GH-ISSUE #282] Build failure on Debian 12 #223
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#223
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 @stefanidzedev on GitHub (Sep 21, 2024).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/282
Tried to build cloak on a brand new Debian12 server, it resulted in the following error:
Expected Cloak to build and work properly
@qwerttvv commented on GitHub (Sep 28, 2024):
try mine
https://github.com/qwerttvv/Router/blob/master/.github/workflows/ck-client.yml
@cbeuw commented on GitHub (Sep 30, 2024):
Debian 12's Go version is old (as with other packages on Debian...). You need at least 1.21
@keanpantraw commented on GitHub (Jan 23, 2025):
Install modern one from bookworm-backports or another trusted source.