Skip to content

Commit

Permalink
Merge pull request #272 from carlosms/fix-golint
Browse files Browse the repository at this point in the history
Fix golint dependency url
  • Loading branch information
carlosms authored Oct 15, 2018
2 parents c8a2d39 + b0f97d7 commit 7f08bb0
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 @@ -3,7 +3,7 @@ PROJECT := gitbase-web
COMMANDS := cmd/gitbase-web
DEPENDENCIES := \
github.com/jteeuwen/go-bindata \
github.com/golang/lint/golint
golang.org/x/lint/golint
DEPENDENCIES_DIRECTORY := ./vendor

PKG_OS = linux
Expand Down

0 comments on commit 7f08bb0

Please sign in to comment.