Skip to content

Commit 6f7c0fe

Browse files
committed
images/go-runner: Run go mod tidy to source go.sum
Signed-off-by: Stephen Augustus <[email protected]>
1 parent e985917 commit 6f7c0fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/build/go-runner/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ ENV GOPROXY="direct"
4040

4141
RUN go env
4242

43+
RUN go mod tidy
44+
4345
RUN go mod download -json
4446

4547
RUN go mod download

0 commit comments

Comments
 (0)