Skip to content

Commit c42b366

Browse files
authored
Fix golint to new URL (#5079)
1 parent c0b2c8a commit c42b366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ errcheck:
129129
.PHONY: lint
130130
lint:
131131
@hash golint > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
132-
$(GO) get -u github.com/golang/lint/golint; \
132+
$(GO) get -u golang.org/x/lint/golint; \
133133
fi
134134
for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done;
135135

0 commit comments

Comments
 (0)