Skip to content

Commit

Permalink
fix: udpate golint path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ccojocar committed Oct 19, 2018
1 parent 7bcb80b commit 0d192a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ clean:

GOLINT := $(GOPATH)/bin/golint
$(GOLINT):
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint

.PHONY: lint
lint: $(GOLINT)
Expand Down

0 comments on commit 0d192a5

Please sign in to comment.