Skip to content

Commit

Permalink
enable GO111MODULE on for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Jan 17, 2019
1 parent 7617d41 commit 89d9fb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ LDFLAGS := -s -w \
-X 'main.BuildGitCommit=$(shell git rev-parse HEAD)' \
-X 'main.BuildDate=$(shell date -u -R)'

export GO111MODULE=on

default:
@ echo "no default target for Makefile"

Expand Down

0 comments on commit 89d9fb3

Please sign in to comment.