Prerequisites
For Colibri SDK Go v0.2.2:
| Tool | Version | Required for |
|---|---|---|
| Go | 1.26.2 | Compiling the current SDK version |
| Docker | Current | PostgreSQL, Redis, messaging, and integration tests |
| Git | Current | Cloning the examples |
| Make | Optional | Running 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.