-
Notifications
You must be signed in to change notification settings - Fork 1.8k
DERPER: Fails to install derper with new go version scheme #11537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also running into this issue. It almost definitely is related the versioning scheme change. |
I found a solution, but the bug was just 40 cm away from the computer.
Maybe, there can be a hint on the tailscale custom derp documentation page. |
Hi @laqua-stack, glad you were able to sort that out! I just tried installing a DERP server on two Ubuntu devices using the same steps you recorded, but with version 1.22.2, and I wasn't able to reproduce the behavior you saw. My DERP installed successfully with no error. Can you reproduce the same behavior now with 1.22.2? |
Hi @kelivel, I left this issue open to discuss the possibility to get a hint in the tailscale docs. Obviously, I was not the only one trapped 🤪 |
go install tailscale.com/cmd/derper@latest |
What is the issue?
When I try to install derper with the current go version 1.22.1 I receive the following error:
this is issue is likely linked to golang/go#61888
Steps to reproduce
install latest go.
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.22.1.linux-amd64.tar.gz
try to install derper
go install tailscale.com/cmd/derper@main
Are there any recent changes that introduced the issue?
go changed their verison scheme to follow 1.xy.z instead of previously 1.xy
see also
golang/go#63370
golang/go#61888
OS
Linux
OS version
Ubuntu 22.04
Tailscale version
1.62.1
Other software
go 1.22.1
Bug report
BUG-c87297b6ad6a6e94cedff582a375fdcd933c49f2da8d6bb37a8bdcae09964a21-20240327174030Z-f3b8d2aa7589d308
The text was updated successfully, but these errors were encountered: