Skip to content

Commit

Permalink
fixed: remove usless tool installation
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Oct 7, 2019
1 parent b4b2262 commit e4c3961
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ PROJECT_RELEASE ?= dev
# Until we support go.mod properly
export GO111MODULE = on

ci: init lint test codecov

init:
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@latest
ci: lint test codecov

lint:
# --enable=unparam
Expand Down

0 comments on commit e4c3961

Please sign in to comment.