docker: go 1.24

This commit is contained in:
mhsanaei 2025-02-25 18:56:35 +01:00
parent 08d9636d76
commit 67cc079c3b

View file

@ -1,7 +1,7 @@
# ======================================================== # ========================================================
# Stage: Builder # Stage: Builder
# ======================================================== # ========================================================
FROM golang:1.23-alpine AS builder FROM golang:1.24-alpine AS builder
WORKDIR /app WORKDIR /app
ARG TARGETARCH ARG TARGETARCH