Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Removed workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sindbach committed Dec 18, 2020
1 parent 01f98bf commit 4529729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ ENV GOROOT "/usr/local/go"
ENV GOPATH ${WORKSPACE}
ENV PATH "$PATH:$GOPATH/bin:$GOROOT/bin"

WORKDIR ${WORKSPACE}

RUN wget --quiet https://dl.google.com/go/go1.15.3.linux-amd64.tar.gz \
&& tar -xf go1.15.3.linux-amd64.tar.gz \
&& mv go /usr/local
Expand Down

0 comments on commit 4529729

Please sign in to comment.