Skip to content

Commit

Permalink
update Makefile for go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbuhay committed Dec 17, 2021
1 parent 99430d1 commit 746f3e1
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
Expand Up @@ -3,12 +3,12 @@

TAG:=`git describe --abbrev=0 --tags`
LDFLAGS:=-X main.buildVersion=$(TAG)
GO111MODULE:=on

all: dockerize

deps:
go get github.com/robfig/glock
glock sync -n < GLOCKFILE
go mod tidy

dockerize:
echo "Building dockerize"
Expand Down

0 comments on commit 746f3e1

Please sign in to comment.