Skip to content

Commit fded31c

Browse files
author
Ian Campbell
committed
Correct go lint install path
Fixing: package github.com/golang/lint/golint: code in directory /Users/distiller/go/src/github.com/golang/lint/golint expects import "golang.org/x/lint/golint" Signed-off-by: Ian Campbell <ijc@docker.com>
1 parent 5bbbeb4 commit fded31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ vendor-local:
6969

7070
.PHONY: ci setup
7171
setup:
72-
go get github.com/golang/lint/golint
72+
go get golang.org/x/lint/golint
7373

7474
ci: setup build/hyperkitgo build/hyperkitgo_linux build/hyperkitgo.exe test
7575
test -z "$$(gofmt -s -l . 2>&1 | grep -v ^vendor/ | tee /dev/stderr)"

0 commit comments

Comments
 (0)