Re: [go-nuts] Accidentally released a v1.0.0 for my package, how do I go back from there here?

2021-05-01 Thread Astha Jain
ay with Go" guide on the topic: > https://play-with-go.dev/retract-module-versions_go116_en/ (the guide > can be read without needing to use the interactive terminal) > > Also the reference documentation for the retract directive: > https://golang.org/ref/mod#go-mod-file-retract

[go-nuts] Accidentally released a v1.0.0 for my package, how do I go back from there here?

2021-04-30 Thread Astha Jain
Hello, I accidentally created a release v1.0.0 for my public package, and it is not cached in module cache. I deleted the release from git and created a new 0.x release for the package. but when I do go get ..@latest, I still get 1.0.0 version. How do I go back? -- You received this message