Browse Source

update makefile

pull/235/head
aler9 6 years ago
parent
commit
a0aa88cb45
  1. 4
      Makefile

4
Makefile

@ -1,6 +1,6 @@
BASE_IMAGE = golang:1.15-alpine3.12 BASE_IMAGE = golang:1.15-alpine3.12
GO_LINT_IMAGE = golangci/golangci-lint:v1.33.0 LINT_IMAGE = golangci/golangci-lint:v1.33.0
.PHONY: $(shell ls) .PHONY: $(shell ls)
@ -58,7 +58,7 @@ test-nodocker:
lint: lint:
docker run --rm -v $(PWD):/app -w /app \ docker run --rm -v $(PWD):/app -w /app \
$(GO_LINT_IMAGE) \ $(LINT_IMAGE) \
golangci-lint run -v golangci-lint run -v
bench: bench:

Loading…
Cancel
Save