Skip to content

Commit

Permalink
Update: Set GO111MODULE to off (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Powers authored and primalmotion committed Sep 13, 2019
1 parent 891d6ed commit bd4c158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ PROJECT_SHA ?= $(shell git rev-parse HEAD)
PROJECT_VERSION ?= $(lastword $(shell git tag --sort version:refname --merged $(shell git rev-parse --abbrev-ref HEAD)))
PROJECT_RELEASE ?= dev

# Until we support go.mod properly
export GO111MODULE = off

ci: init lint test codecov

init:
Expand Down

0 comments on commit bd4c158

Please sign in to comment.