Removed GOPATH from Makefile as we're using go modules

This commit is contained in:
Marius Orcsik 2019-01-28 15:39:30 +01:00
parent 99cabdd26d
commit b826c6ce53
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

View file

@ -3,8 +3,6 @@ TEST_FLAGS ?= -v
TEST_TARGET ?= ./...
GO111MODULE=on
export GOPATH += $$GOPATH:$(shell pwd)
test:
$(TEST) $(TEST_FLAGS) $(TEST_TARGET)