Fix golint to new URL (#5079)
This commit is contained in:
parent
c0b2c8a5d6
commit
c42b366f0e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -129,7 +129,7 @@ errcheck:
|
|||
.PHONY: lint
|
||||
lint:
|
||||
@hash golint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
||||
$(GO) get -u github.com/golang/lint/golint; \
|
||||
$(GO) get -u golang.org/x/lint/golint; \
|
||||
fi
|
||||
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
|
||||
|
||||
|
|
Reference in a new issue