Clone the repo and run:
go buildTo run all tests:
go test ./...Static analysis tools and linters are run as part of CI. They come from golangci-lint. To run this locally:
# Must be in a directory with a go.mod file
cd <directory_with_go_module>
golangci-lint run ./...- Navigate to the GitHub Actions page.
- Select the Run Workflow button.
The version number will be automatically calculated, based on the news files. This information will also be displayed when running the version command.