fix: remove

This commit is contained in:
Simon Ding
2024-07-22 14:45:23 +08:00
parent 912482ba4a
commit 99ca328c74

View File

@@ -1,7 +1,5 @@
FROM golang:1.22 as builder
RUN apk add build-base
# 启用go module
ENV GO111MODULE=on \
GOPROXY=https://goproxy.cn,direct