Hi I am attempting t o install a snowflake proxy in a VPS
When I build GO, I get this error
/common/util/util.go:9:2: package slices is not in GOROOT (/usr/lib/go-1.18/src/slices)
Can anyone provide any advice, I’m following the instructions verbatim, tried three times and no time does it build properly?
1 Like
meskio
June 5, 2024, 10:29am
2
Looks like you are trying to build it with go version 1.18. snowflake needs go 1.21 or greater to build.
5 Likes
capole
June 5, 2024, 12:25pm
3
As @meskio said, you need to use version 1.21 or greater, as stated in the docs.
My recommendation is to download the latest version available (1.22 at this moment) that suits your operating system from here , and then follow the instructions for your OS.
1 Like
The guide I am using was a bit older, It up and working. Thank you
1 Like
gus
Split this topic
June 6, 2024, 2:36pm
6
A post was split to a new topic: IRC channels for Tor
system
Closed
June 7, 2024, 2:37pm
7
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.