-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Right now v2+
fail just due to how Go modules work, but in any case it might be nice to expose some errors, otherwise it's just a silent 500 and people are probably wondering what's going on.
For example:
building: exit status 1: go: finding github.com/nats-io/nats-server v2.1.6
go: finding github.com/nats-io/nats-server v2.1.6
go: errors parsing go.mod: /home/go.mod:5: require github.com/nats-io/nats-server: version "v2.1.6" invalid: module contains a go.mod file,
so major version must be compatible: should be v0 or v1, not v2
I'm not sure what would be best here, typically not a great idea to expose internal issues.
stephenmathieson
Metadata
Metadata
Assignees
Labels
No labels