Change golint dependency url

This commit is contained in:
Jakub Al-Khalili 2019-09-10 10:33:01 +02:00
parent 1f4193584c
commit 5e5cbca409
1 changed files with 1 additions and 1 deletions

View File

@ -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)