Skip to content

Commit 4c209fc

Browse files
committed
Makefile: Fix the path to the golint module
As reported by the error in the CI build. Also see golang/lint#397 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
1 parent 31612ba commit 4c209fc

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
@@ -8,5 +8,5 @@ clean:
88
find . -name "test-suite-data.json" | xargs rm -f
99

1010
lint:
11-
go get -u github.com/golang/lint/golint
11+
go get -u golang.org/x/lint/golint
1212
golint -set_exit_status

0 commit comments

Comments
 (0)