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 list every target. The common ones are:

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.