mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2024-11-16 02:52:21 +08:00
bump to Go 1.23.1
This commit is contained in:
parent
29ac0e1589
commit
f172f59fb6
|
@ -1,6 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM golang:1.22 AS builder
|
||||
FROM golang:1.23.1 AS builder
|
||||
WORKDIR /go/src/github.com/OwO-Network/DeepLX
|
||||
COPY . .
|
||||
RUN go get -d -v ./
|
||||
|
|
Loading…
Reference in New Issue
Block a user