fix: 更新 Go 版本为 1.25,Dockerfile 使用 1.26
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
# 作者: titor
|
||||
# 创建日期: 2026-04-15
|
||||
FROM golang:latest-alpine AS builder
|
||||
FROM golang:1.26-alpine AS builder
|
||||
|
||||
# 设置工作目录
|
||||
WORKDIR /build
|
||||
|
||||
Reference in New Issue
Block a user