From e8bf9711a9e325198fa65ae8a5bfa42821109942 Mon Sep 17 00:00:00 2001 From: Rohan Prabhu Date: Fri, 2 May 2025 19:47:05 +0530 Subject: [PATCH] chore: print buildinfo --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index 999c56a..920fddc 100644 --- a/main.go +++ b/main.go @@ -13,6 +13,9 @@ import ( const agentConfigFilePath = "agent.json" func main() { + + LogBuildInfo() + ctx := context.Background() ctx, cancel := context.WithCancel(ctx)