mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 05:55:42 +08:00
* Update Go version to v1.26.4 * Rm GO_VERSION from Makefile/Dockerfile and rely on go.mod to inform Go version. Update code to adhere to 1.26 deprecation/changes. Signed-off-by: Chris Thach <chris.thach@goteleport.com> * Bump e to 54d1d0cb67b71860b943de477b3146d32ccdd74a. Signed-off-by: Chris Thach <chris.thach@goteleport.com> --------- Signed-off-by: Chris Thach <chris.thach@goteleport.com> Co-authored-by: teleport-renovate[bot] <275214890+teleport-renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Thach <chris.thach@goteleport.com>
Minimal Teleport API client: service discovery
This is a minimal working example of a Teleport API client that registers agents in sync with a service discovery example. To use it, follow the setup steps we describe in the Teleport documentation.