Skip to content

Commit

Permalink
Different approach for installing the ci tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 3, 2020
1 parent eb88ff3 commit 3230f28
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 @@ -28,7 +28,7 @@ lint:: ## Runs the golangci-lint tool
@golangci-lint run

install-lint-ci: ## Installs the linter for Travis
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.31.0
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0

release:: ## Runs common.release then runs godocs
@$(MAKE) godocs
Expand Down

0 comments on commit 3230f28

Please sign in to comment.