From ecbff200e370f045d15799bf4a01bbe79f9243f8 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 2 Oct 2020 07:33:46 -0400 Subject: [PATCH] Remove -x from go mod download in packagespec --- packages-oss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages-oss.yml b/packages-oss.yml index 9106732176..66830d834e 100644 --- a/packages-oss.yml +++ b/packages-oss.yml @@ -99,7 +99,7 @@ layers: - name: go-modules source-include: go.mod go.sum dockerfile: | - RUN --mount=type=ssh go mod download -x + RUN --mount=type=ssh go mod download - name: copy-source source-include: "*.go" dockerfile: |