Update Dockerfile to use golang:1.25 to match go.mod requirement

Co-authored-by: thedavidweng <95214375+thedavidweng@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-18 10:35:43 +00:00
parent 594965ce8c
commit ad089b3d61

View File

@ -1,4 +1,4 @@
FROM golang:1.24.2 AS builder FROM golang:1.25 AS builder
WORKDIR /go/src/github.com/OwO-Network/DeepLX WORKDIR /go/src/github.com/OwO-Network/DeepLX
COPY . . COPY . .
RUN go get -d -v ./ RUN go get -d -v ./