build: set go version to 1.24

This commit is contained in:
Fu Diwei
2025-05-13 01:33:39 +08:00
parent 41abc8cab8
commit fef8c3cb1a
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ RUN \
FROM golang:1.23-alpine AS builder
FROM golang:1.24-alpine AS builder
WORKDIR /app
COPY ../. /app/
RUN rm -rf /app/ui/dist