when updating the go.mod file, please run make tidy-all to ensure all modules are updated. It will run golangci-lint with the configuration set in the root directory of the project. Please be aware that the lint stage could fail if this is not done.
apply format running make lint
For examples: make -C examples lint
For modules: make -C modules lint
verify all tests are passing. Build and test the project with make test-all to do this.
For a given module or example, go to the module or example directory and run make test.