Skip to content

Commit

Permalink
no vendor in ut
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gamero committed May 24, 2024
1 parent a6d6ae7 commit 8069857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ RUN apk add github-cli
COPY . ./
RUN make go-generate

RUN go mod vendor
ENTRYPOINT ["go"]
RUN go mod download
ENTRYPOINT ["go"]

0 comments on commit 8069857

Please sign in to comment.