mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 12:35:59 +03:00
[GH-ISSUE #181] Error installing #150
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#150
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 @Saliizan on GitHub (Mar 8, 2022).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/181
I encountered this error while installing on Ubuntu server, please help.
@gokaybiz commented on GitHub (Mar 9, 2022):
https://github.com/hashicorp/packer/issues/9222
@cbeuw commented on GitHub (Mar 9, 2022):
As the error message said, you need go 1.14+ to compile Cloak. What's the output of
go versionfor you?@Saliizan commented on GitHub (Mar 11, 2022):
go version go1.12.2 gccgo (Ubuntu 9.4.0-1ubuntu1~20.04) 9.4.0 linux/amd64I installed the latest version of Go and the problem was solved.
Thankful.