riferrei / srclient

Golang Client for Schema Registry
Apache License 2.0
236 stars 70 forks source link

Unknown Revision Error #39

Closed AtakanColak closed 3 years ago

AtakanColak commented 3 years ago

@riferrei I'm assigning and tagging you as it is possible for it to be urgent.

I came across srclient version number not showing correctly in go.mod files, so I re-released a v0.2.0 with a trailing .0 but then I got

go: downloading github.com/riferrei/srclient v0.2.0
go get github.com/riferrei/srclient: github.com/riferrei/srclient@v0.2.0: verifying module: github.com/riferrei/srclient@v0.2.0: reading https://sum.golang.org/lookup/github.com/riferrei/srclient@v0.2.0: 410 Gone
        server response: not found: github.com/riferrei/srclient@v0.2.0: invalid version: unknown revision v0.2.0

Error that blocks me from importing the library. I asked other people to try the link, some got the error, some didn't. So I don't know how severe this error is. I suspect it has to do with re-using the version number. So I'll do a small commit and release v0.2.1 and try that way. Will update the results here, but in the meantime I'm going to kindly ask you to remove v0.2.0 release and tag.

Cheers and sorries.

UPDATE:

I can't reproduce the error, but released v0.2.1 nonetheless as the project needed a .gitignore :)

AtakanColak commented 3 years ago

Closed as the issue can't be reproduced.