Documentation
¶
Overview ¶
update-mod-go provides a command to help bump the `go/`toolchain` directives in the `go.mod`s of River's internal dependencies across the project. It's used to check that all directives match in CI, and to give us an easy way of updating them all at once during upgrades.
To check that directives match, run with `CHECK`:
CHECK=true make update-mod-go
To upgrade a `go`/`toolchain` directive, change it in the workspace's `go.work`, then run the program:
make update-mod-go
Click to show internal directories.
Click to hide internal directories.