Merge pull request #1 from LargeCupPanda/master

fix(docker): update Go version to 1.24 for compatibility
This commit is contained in:
Xu Kang
2025-12-16 21:28:01 +08:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# 构建阶段
FROM golang:1.21-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /app