You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a CI server melting down on me several times, so I did what most people do, adjust the build script, commit, delete the remote tag and try again .
But, of course, in that time someone had "go getted" the software and it was published to the gosum database.
I understand that one in a perfect world one would increment some minor version is this shit happens, but hell freezes over before I spend my holiday time implementing that into my release schedule. So, as it is now, the hugo latest isn't gettable until the next version happen to happen.
I have searched, but not found, a way to delete a version from the gosumdb, which, I think is needed.
The text was updated successfully, but these errors were encountered:
As also mentioned there, "To keep module builds deterministic, a version cannot be modified after it is published." I understand that publishing was unintentional in this instance, and I hope you'll be able to find a way to reduce the possibility of that happening. The design described in https://go.dev/ref/mod#checksum-database and https://go.dev/design/25530-sumdb is not compatible with deletion requests to be made, so if a module version is publicly accessible from the origin server (even for a brief moment) then any additional fixes do need to be published as new versions.
Please also see "I removed a bad release from my repository but it still appears in the mirror, what should I do?" at https://proxy.golang.org/.
Ref. gohugoio/hugo#9785
I had a CI server melting down on me several times, so I did what most people do, adjust the build script, commit, delete the remote tag and try again .
But, of course, in that time someone had "go getted" the software and it was published to the gosum database.
I understand that one in a perfect world one would increment some minor version is this shit happens, but hell freezes over before I spend my holiday time implementing that into my release schedule. So, as it is now, the
hugo
latest isn't gettable until the next version happen to happen.I have searched, but not found, a way to delete a version from the gosumdb, which, I think is needed.
The text was updated successfully, but these errors were encountered: