Hello, I was testing a configuration change with Goreleaser and I ended up creating a new test tag and release on GitHub: v1.3.4
I deleted the release on GitHub after I was done checking the recent changes but I now noticed that pkg.go.dev has v1.3.4
listed on there but GitHub doesn’t anymore.
What happens in these scenarios now?
- I go to
v1.4.0
and just continue from there?v1.3.4
doesn’t exist anymore on GitHub so I am not sure what the consequences are for that. The Golang Proxy will now always havev1.3.4
which is a little annoying. I guess this wouldn’t affect usinggo install user/repo@latest
. - I release another
v1.3.4
but make it an actual release that I would keep but it would not match the originalv1.3.4
from earlier in the Golang Proxy. Plus, the date would not match.
Here are links to both the GitHub and the Proxy modules