-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git commit overwritten causes builds to fail #14
Comments
Please don't override tags. |
same issue with go modules :(( |
I try to remove my go.sum, use go clean -modcache, then go mod tidy again. |
@huucp this works without need to hardcode hashsum:
once done, no need for |
@huucp |
That solution is sadly not possible when using external systems, e.g. GitHub's Dependabot:
Maybe releasing a 1.0.1 could work? |
Hi folks, Really sorry about that!! Thanks for reporting it @dan-hipschman-od (and your kindness about it) much appreciated. I updated all my libraries to support go modules in one go and wanted to "mark the hit" (like we say in french). I realize now, in hindsight, that rewriting the master history, and overriding the existing release was a terrible idea. That's a learning for me 👍 I will release a |
I have pushed a |
…match See oleiade/reflections#14 for details.
The replace should resolve the dependabot issue. See oleiade/reflections#14. Once https://github.com/ory/fosite has updated to reflections 1.0.1 or higher we can remove the replace.
Updated reva and also add a replace for github.com/oleiade/reflections. The replace should resolve the dependabot issue. See oleiade/reflections#14. Once https://github.com/ory/fosite has updated to reflections 1.0.1 or higher we can remove the replace.
Update reva and also set a replace for github.com/oleiade/reflections. The replace should resolve the dependabot issue. See oleiade/reflections#14. Once https://github.com/ory/fosite has updated to reflections 1.0.1 or higher we can remove the replace.
Update reva and also set a replace for github.com/oleiade/reflections. The replace should resolve the dependabot issue. See oleiade/reflections#14. Once https://github.com/ory/fosite has updated to reflections 1.0.1 or higher we can remove the replace.
Update reva and also set a replace for github.com/oleiade/reflections. The replace should resolve the dependabot issue. See oleiade/reflections#14. Once https://github.com/ory/fosite has updated to reflections 1.0.1 or higher we can remove the replace.
Hello,
Thanks for
reflections
!We're using this project and had it pinned in
Gopkg.lock
as follows:Earlier today it looks like our builds started failing because the commit
2b6ec3da648e3e834dc41bad8d9ed7f2dc6a9496
no longer exists in this repo. I don't have the full history, but it looks like new commits were force pushed over old commits and and thev1.0.0
tag was updated.Just a heads up that this will break our builds (and whoever else is using it this way). We can update the lock file on our side, but just letting you know it would be appreciated if new commits are only merged and never rebased so history is preserved, and tags aren't updated.
Thanks again! :)
The text was updated successfully, but these errors were encountered: