feat 修改golang版本
Some checks failed
Build image / build (push) Failing after 1m10s

This commit is contained in:
timerzz 2024-05-21 17:04:07 +08:00
parent 8aedab9786
commit 0bf0ba1f39

View File

@ -1,5 +1,5 @@
FROM golang as back FROM golang:1.22 as back
WORKDIR /build WORKDIR /build
COPY . /build COPY . /build
ARG CGO_ENABLED=0 ARG CGO_ENABLED=0