Skip to main content
Version: v0.2.2

Prerequisites

For Colibri SDK Go v0.2.2:

ToolVersionRequired for
Go1.26.2Compiling the current SDK version
DockerCurrentPostgreSQL, Redis, messaging, and integration tests
GitCurrentCloning the examples
MakeOptionalRunning shortcuts in the example repositories

Check your environment:

go version
docker version
git --version
note

An API that uses only the HTTP server does not need Docker. Docker becomes necessary when the service uses local infrastructure or Testcontainers-based test helpers.