Use Go 1.24

This commit is contained in:
2026-02-02 13:12:46 +07:00
parent b0e34e34fa
commit 4919334aaa
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# Build stage
FROM golang:1.22-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /app
# Copy go mod files and download dependencies