We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46db9ef commit cf4c25aCopy full SHA for cf4c25a
Dockerfile
@@ -8,7 +8,7 @@ ADD . /go/src/github.com/Workiva/go-datastructures/
8
ARG GOPATH=/go/
9
ENV PATH $GOPATH/bin:$PATH
10
RUN echo "Starting the script section" && \
11
- go mode vendor && \
+ go mod vendor && \
12
echo "script section completed"
13
14
ARG BUILD_ARTIFACTS_DEPENDENCIES=/go/src/github.com/Workiva/go-datastructures/go.mod
0 commit comments