reenable go mod download step

pull/1118/head
Willy 2023-01-31 22:59:42 +00:00
parent 9830ad77ab
commit 88dca8c9c3
No known key found for this signature in database
GPG Key ID: 1A43E076B0272479
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN . sassc/script/bootstrap && make -C sassc -j4
WORKDIR /go/src/github.com/statping-ng/statping-ng
ADD go.mod go.sum ./
# RUN go mod download
RUN go mod download
ENV GO111MODULE on
ENV CGO_ENABLED 1
COPY . .