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
❯ go install github.com/sky-uk/osprey@v2.7.0
go install: github.com/sky-uk/osprey@v2.7.0: github.com/sky-uk/osprey@v2.7.0: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
And go install of @latest picks up the old v1.5.0 version, which panics when running.
go install github.com/sky-uk/osprey@latest
go: downloading github.com/sky-uk/osprey v1.5.0
...
osprey user login
panic: mismatching message name: got pb.LoginResponse, want pb.ConsumeLoginResponse
And go install of
@latest
picks up the old v1.5.0 version, which panics when running.Also see #45
The text was updated successfully, but these errors were encountered: