Skip to content

Commit

Permalink
#146 Add make-dependencies target - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed May 29, 2024
1 parent 364dd7e commit 29f82e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ hello-world: hello-world-osarch-specific
make-dependencies:
@go install github.com/vladopajic/go-test-coverage/v2@latest
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.58.1
golangci-lint --version


.PHONY: dependencies
Expand Down Expand Up @@ -145,7 +144,7 @@ check-coverage:

.PHONY: run-golangci-lint
run-golangci-lint:
golangci-lint run --config=.github/linters/.golangci.yml
${GOBIN}/golangci-lint run --config=.github/linters/.golangci.yml

# -----------------------------------------------------------------------------
# Run
Expand Down

0 comments on commit 29f82e9

Please sign in to comment.