Skip to content

Commit

Permalink
add go mod to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Pavlovich committed Feb 19, 2019
1 parent 446e4c2 commit fa123a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
install:
go get
go mod download
go install

build:
go get
go mod download
go build

docker_build:
Expand Down

0 comments on commit fa123a3

Please sign in to comment.