Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-11 12:24:22 +08:00
parent f5081b7b61
commit 94bb5a9b2b

View File

@ -1,5 +1,5 @@
# Build Stage # Build Stage
FROM golang:1.21 AS builder FROM golang:1.20 AS builder
# Set go mod installation source and proxy # Set go mod installation source and proxy
ARG GO111MODULE=on ARG GO111MODULE=on