重构进度显示

This commit is contained in:
NewName
2025-05-17 13:51:24 +08:00
parent b37a0af3d4
commit de79d2ec1d
5 changed files with 188 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine AS builder
FROM golang:1.23-alpine AS builder
WORKDIR /app
COPY go.mod go.sum ./