mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
https://go.dev/ref/mod#go-work-file advises against checking `go.work` files because they can interfere with local development. We added the workspace file in order to make `go test` and other tools work across multiple modules. But it seems to cause weird issues with the `go.work.sum` file being modified, etc. So with this PR, we instead run all the `ci.go` commands for all modules in the workspace manually. |
||
|---|---|---|
| .. | ||
| archive.go | ||
| azure.go | ||
| env.go | ||
| file.go | ||
| gotool.go | ||
| pgp.go | ||
| util.go | ||