update makefile

This commit is contained in:
aler9 2021-02-04 21:55:00 +01:00
parent 0484e417ee
commit a0aa88cb45
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
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)
@ -58,7 +58,7 @@ test-nodocker:
lint:
docker run --rm -v $(PWD):/app -w /app \
$(GO_LINT_IMAGE) \
$(LINT_IMAGE) \
golangci-lint run -v
bench: