Skip to content

Commit

Permalink
ELEC-567: Fix Golint URL (#29)
Browse files Browse the repository at this point in the history
Update Golint URL to newly enforced one.
  • Loading branch information
aaronhktan authored Nov 2, 2018
1 parent ff1600b commit f9b71df
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 @@ -38,7 +38,7 @@ $(BASE): ; $(info setting $$GOPATH...)
#########
GOLINT = $(GOBIN)/golint
$(GOBIN)/golint: | $(BASE) ; $(info building golint...)
$Q go get github.com/golang/lint/golint
$Q go get golang.org/x/lint/golint

GOCOVMERGE = $(GOBIN)/gocovmerge
$(GOBIN)/gocovmerge: | $(BASE) ; $(info building gocovmerge...)
Expand Down

0 comments on commit f9b71df

Please sign in to comment.