x/exp/cmd/gorelease: gets stuck in "Run go mod tidy" loop with cyclic module dependencies #44133
Comments
Hi everyone, Just updated gopls and same here, my projects are red with the message err: exit status 1: stderr: go: updates to go.sum needed, disabled by -mod=readonly no matter if i run go mod tidy or delete go.sum and go install, nothing helps Can't help because i have no idea what happens here, good luck guys |
@ThomasP1988 Your errors don't seem related to this bug (not related to gorelease). Please open a new issue or ask in #gopls or #modules on Gopher Slack. |
This an interesting one. It looks like at this commit, cue transitively depends on When gorelease loads packages, it creates a module zip file as the
This lets the We're running into a problem here with that fake I think cc @jadekler |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
If you will excuse the large reproducer:
What did you expect to see?
Success.
What did you see instead?
cc @jayconrod
The text was updated successfully, but these errors were encountered: