Temporal gRPC API and proto files compiled for Go
June 2, 2026 ยท View on GitHub
Generated Go files from Temporal api repository.
Note that any changes merged to api will automatically trigger a GitHub workflow that recompiles the proto files and commits the results to main.
How to use
To install in your project run:
go get go.temporal.io/api
Rebuild
Run make once to install all plugins and tools (protoc and go must be installed manually).
Run make update-proto to update the proto/api submodule and recompile proto files. The proto/api-cloud submodule
must be updated manually.
License
MIT License, please see LICENSE for details.