fix 修改golang镜像
Some checks failed
Build image / build (push) Failing after 5m48s

This commit is contained in:
timerzz 2024-05-14 21:52:30 +08:00
parent 9a916cc85e
commit 1aa69c628d

View File

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