mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +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. |
||
|---|---|---|
| .. | ||
| bot | ||
| deb/ethereum | ||
| checksums.txt | ||
| ci-notes.md | ||
| ci.go | ||
| goimports.sh | ||
| nsis.envvarupdate.nsh | ||
| nsis.geth.nsi | ||
| nsis.install.nsh | ||
| nsis.pathupdate.nsh | ||
| nsis.simplefc.dll | ||
| nsis.simplefc.source.zip | ||
| nsis.uninstall.nsh | ||
| travis_keepalive.sh | ||
| update-license.go | ||