Skip to content

Commit

Permalink
[DROP] images/go-runner: Add debug 'go version' for filing Golang issue
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 5340b57 commit 6a8bd21
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 @@ -22,6 +22,8 @@ WORKDIR /workspace
COPY ./go-runner.go ./
COPY ./go.mod ./

RUN go version

RUN go env GOPROXY

# Allow fallback to 'direct' for GOPROXY
Expand Down

0 comments on commit 6a8bd21

Please sign in to comment.