From af9731f831c05ea11b4ceec5b301969551accd5f Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 31 Jul 2026 17:52:26 +0800 Subject: [PATCH] build --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed8b761..038f935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ -FROM golang:1.22-alpine AS builder +FROM golang:1.26-alpine AS builder WORKDIR /app +ENV GOTOOLCHAIN=auto COPY go.mod go.sum ./ RUN go mod download COPY . .