Skip to content
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

go get produces error - invalid version: unknown revision v1.8.6 #516

Open
kpachhai opened this issue Jan 31, 2025 · 1 comment
Open

go get produces error - invalid version: unknown revision v1.8.6 #516

kpachhai opened this issue Jan 31, 2025 · 1 comment

Comments

@kpachhai
Copy link

[kpachhai@kpwarmachine ~/repos/github.com/nuklai/nuklai] $ go clean -modcache
[kpachhai@kpwarmachine ~/repos/github.com/nuklai/nuklai] $ go version
go version go1.22.7 linux/amd64
[kpachhai@kpwarmachine ~/repos/github.com/nuklai/nuklai] $ go get nhooyr.io/websocket@v1.8.6
go: nhooyr.io/websocket@v1.8.6: invalid version: unknown revision v1.8.6
@mafredri
Copy link
Member

mafredri commented Feb 1, 2025

Hi @kpachhai, can you update the import to github.com/coder/websocket instead of nhooyr.io/websocket? Alternatively you can probably go get -u to fix it without updating the import (but forces a version upgrade).

Related: #464

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants