Skip to content

Commit

Permalink
I can type
Browse files Browse the repository at this point in the history
  • Loading branch information
matthinrichsen-wf committed Mar 29, 2021
1 parent 46db9ef commit cf4c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADD . /go/src/github.com/Workiva/go-datastructures/
ARG GOPATH=/go/
ENV PATH $GOPATH/bin:$PATH
RUN echo "Starting the script section" && \
go mode vendor && \
go mod vendor && \
echo "script section completed"

ARG BUILD_ARTIFACTS_DEPENDENCIES=/go/src/github.com/Workiva/go-datastructures/go.mod
Expand Down

0 comments on commit cf4c25a

Please sign in to comment.