fix go version

This commit is contained in:
Elshimy Ziad Magdy Taha 2025-12-15 12:29:11 +05:00
parent a04ee0343c
commit 721888383f

View file

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.22-alpine AS builder FROM golang:1.24-alpine AS builder
# Install build dependencies # Install build dependencies
RUN apk add --no-cache git RUN apk add --no-cache git