agentic mode

This commit is contained in:
2026-06-30 12:03:04 +05:30
parent 7c55b523af
commit bd6427f5db
8 changed files with 271 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# First Stage: Build the binary using golang base image
FROM golang:1.24
FROM golang:1.25
RUN mkdir /app
ADD . /app/