Hey, just wondering if <https://pkg.go.dev/github.com/ory/keto/proto@v0.11.0-alpha.0> should exist? ...
f
Hey, just wondering if https://pkg.go.dev/github.com/ory/keto/proto@v0.11.0-alpha.0 should exist? I can’t seem to import
v0.11.0-alpha.0
through go mod 🤔
r
f
v0.11.0-alpha.0
isn’t on the list of versions, but there is a tag and pre-release https://github.com/ory/keto/releases/tag/v0.11.0-alpha.0
r
i see. not entirely sure why it wouldn't be imported — maybe
.0
is not valid
d
Strange 🤷‍♂️
s
for sub-modules (or however you want to call it) you have to prefix the version tag with the path in the repo typically our release automation does this, but somehow it did not 😅
lemme fix this
f
Cheers, Patrik!