Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The use of `-retracted` in the `go list` requires more modules in `go.sum` than were present, thus the "Basic Go integrity checks" step of the push CI checks was failing. Reproduce with: `go list -m -retracted all` Fix with: `go list -mod=mod -m -retracted all` Annoying that `go mod tidy` removes these entries but the retracted check fails without them.
- Loading branch information