totals data service update

This commit is contained in:
Ravi Prasad
2025-05-13 17:43:08 -05:00
parent f0447c2141
commit e63862c943
10 changed files with 931 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# STEP 1 - build with CGO enabled
FROM golang:1.22-bullseye AS builder
FROM golang:1.24-bullseye AS builder
ENV CGO_ENABLED=1
ENV GOOS=linux