Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 746f3e1

Browse files
committed
update Makefile for go mod
1 parent 99430d1 commit 746f3e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

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

78
all: dockerize
89

910
deps:
10-
go get github.com/robfig/glock
11-
glock sync -n < GLOCKFILE
11+
go mod tidy
1212

1313
dockerize:
1414
echo "Building dockerize"

0 commit comments

Comments
 (0)