Skip to content

Commit

Permalink
Force enable go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wweir committed Jan 25, 2019
1 parent d5260d6 commit 712b689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ generate:
go generate ./...

build:
go build -v -ldflags \
GO111MODULE=on go build -v -ldflags \
"-X main.version=$(shell git describe --tags) \
-X main.date=$(shell date +%Y-%m-%d)"
image:
Expand Down

0 comments on commit 712b689

Please sign in to comment.