We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e985917 commit 6f7c0feCopy full SHA for 6f7c0fe
images/build/go-runner/Dockerfile
@@ -40,6 +40,8 @@ ENV GOPROXY="direct"
40
41
RUN go env
42
43
+RUN go mod tidy
44
+
45
RUN go mod download -json
46
47
RUN go mod download
0 commit comments