golang版本升级1.26.0

This commit is contained in:
2026-04-03 11:30:12 +08:00
parent 425728b22f
commit c87cde60d2

View File

@@ -1,5 +1,5 @@
# 阶段1: 构建
FROM golang:1.25-alpine AS builder
FROM golang:1.26-alpine AS builder
RUN apk add --no-cache git ca-certificates tzdata