Change golint dependency url
This commit is contained in:
parent
1f4193584c
commit
5e5cbca409
2
Makefile
2
Makefile
|
|
@ -134,7 +134,7 @@ HAS_GOLINT := $(shell which golint)
|
||||||
lint: ## Verifies `golint` passes
|
lint: ## Verifies `golint` passes
|
||||||
@echo "+ $@"
|
@echo "+ $@"
|
||||||
ifndef HAS_GOLINT
|
ifndef HAS_GOLINT
|
||||||
go get -u golang.org/x/lint
|
go get -u golang.org/x/lint/golint
|
||||||
endif
|
endif
|
||||||
@golint $(PACKAGES)
|
@golint $(PACKAGES)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue