Skip to main content

Clone and prepare

Build and test

Developer tooling runs inside Docker via the Makefile, so you only need Docker and make:
Run make help to see every target (vendor, mock, protogen, certs, lint, unit-test, clean).

Local Go commands

You can also use standard Go commands if you have Go installed:
Tests that require infrastructure (Consul, etcd) use testcontainers and need Docker.