Merge pull request #1 from thedavidweng/copilot/update-dockerfile-go-version

fix: bump Dockerfile Go base image to 1.25 to match go.mod constraint
This commit is contained in:
Davy 2026-03-18 03:44:54 -07:00 committed by GitHub
commit b09f664e47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
COPY . .
RUN go get -d -v ./