Skip to content

Commit cf4c25a

Browse files
I can type
1 parent 46db9ef commit cf4c25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ADD . /go/src/github.com/Workiva/go-datastructures/
88
ARG GOPATH=/go/
99
ENV PATH $GOPATH/bin:$PATH
1010
RUN echo "Starting the script section" && \
11-
go mode vendor && \
11+
go mod vendor && \
1212
echo "script section completed"
1313

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

0 commit comments

Comments
 (0)