Skip to content

Commit 522092a

Browse files
committed
Remove deprecated -d flag from go get
1 parent feac693 commit 522092a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WORKDIR /app
2121

2222
# install dependencies before copying everything else to allow for caching
2323
COPY go.mod go.sum ./
24-
RUN go get -d ./...
24+
RUN go get -v ./...
2525
# copy the code into the build image
2626
COPY . .
2727

0 commit comments

Comments
 (0)