Skip to content

Commit

Permalink
images/go-runner: Run go mod tidy to source go.sum
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Aug 21, 2020
1 parent e985917 commit 6f7c0fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/build/go-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ ENV GOPROXY="direct"

RUN go env

RUN go mod tidy

RUN go mod download -json

RUN go mod download
Expand Down

0 comments on commit 6f7c0fe

Please sign in to comment.