Skip to content

Commit

Permalink
Remove GO111MODULE
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Feb 5, 2024
1 parent 2476b64 commit 70161db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Export GO111MODULE=on to enable project to be built from within GOPATH/src
export GO111MODULE=on
GO_PACKAGES=$(shell go list ./... | grep -v vendor)
.PHONY: lint \
deps-update \
Expand Down

0 comments on commit 70161db

Please sign in to comment.