go-ethereum/internal/build
Felix Lange 1597d58fae
go.work, build: remove workspace file (#32699)
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.
2025-09-22 22:20:47 +02:00
..
archive.go build: add check for stale generated files (#30037) 2024-07-01 17:16:15 +02:00
azure.go go.mod, internal/build: update Azure dependencies (#28329) 2023-10-13 12:58:07 +03:00
env.go internal/build: add support for Github Actions CI environment (#31891) 2025-05-23 17:48:15 +02:00
file.go build: remove unused functions (#32393) 2025-08-14 14:47:43 +02:00
gotool.go cmd/geth, internal/era/eradl: add era1 downloader tool (#31823) 2025-05-15 22:53:26 +02:00
pgp.go build: specify the key to use when invoking gpg:sign-and-deploy-file (#16696) 2018-05-09 01:13:53 +02:00
util.go go.work, build: remove workspace file (#32699) 2025-09-22 22:20:47 +02:00