Open kramvan1 opened 3 hours ago
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
This is against a private internal repo, so can share anything about that.
More information would really help for progress on this. Like a minimized reproducer or an anonymized go.sum file could really help. The contents of the variables in the gorelease.go line:
if !sumsMatchIgnoringPath(string(goSumData), string(newGoSumData), modPath) {
would also be useful.
Go version
go 1.22.9 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
gorelease using latest version v0.0.0-20241009180824-f66d83c29e7c
What did you see happen?
diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
What did you expect to see?
No issues with go.sum, as running go mod tidy makes NO difference here.
This was reported before with https://github.com/golang/go/issues/64051 Seems like a good bug to me.
This is against a private internal repo, so can share anything about that.