Go get should not update dependencies

This commit is contained in:
Glenn Y. Rolland 2019-09-04 09:49:16 +02:00
parent 25da20f5ab
commit 851be42b0c

View file

@ -16,7 +16,7 @@ RUN git clone \
WORKDIR /app
RUN go get -u \
RUN go get \
&& CGO_ENABLED=0 make build