Skip to content

Commit

Permalink
dep -> go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymccon committed Mar 29, 2021
1 parent 8ba6960 commit c1ebafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG SOURCE_DIR="./"

COPY $SOURCE_DIR .

RUN dep ensure && make test && make linux
RUN GOPROXY=direct go mod download && make test && make linux

FROM alpine:latest

Expand Down

0 comments on commit c1ebafd

Please sign in to comment.