Commit e9429bb
committed
Makefile: Fix golint URL used in go get
Otherwise, commands like "make install.tools" fail with:
$ make install.tools
go get -u github.com/golang/lint/golint
code in directory /<path>/github.com/golang/lint/golint expects import "golang.org/x/lint/golint"
The github repository says this URL should be used for go get. After
this patch, make install.tools works just fine.
Signed-off-by: Rodrigo Campos <rodrigo@kinvolk.io>1 parent e6143ca commit e9429bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments