many update

This commit is contained in:
2025-05-26 20:35:50 -06:00
parent 3af77b6bea
commit 0a730be6f7
12 changed files with 608 additions and 177 deletions

View File

@ -1,5 +1,5 @@
# Build stage
FROM golang:1.23.2 AS build
FROM golang:1.24.3 AS build
WORKDIR /app