diff --git a/Makefile b/Makefile index 93326317..577dc389 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ HAS_GOLINT := $(shell which golint) lint: ## Verifies `golint` passes @echo "+ $@" ifndef HAS_GOLINT - go get -u golang.org/x/lint + go get -u golang.org/x/lint/golint endif @golint $(PACKAGES)