You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: