update makefile

This commit is contained in:
aler9
2021-02-04 21:54:46 +01:00
parent 9ecea799f5
commit 78697486af

View File

@@ -1,6 +1,6 @@
BASE_IMAGE = amd64/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)
@@ -63,5 +63,5 @@ test-nodocker: test-examples test-pkg test-root
lint:
docker run --rm -v $(PWD):/app -w /app \
$(GO_LINT_IMAGE) \
$(LINT_IMAGE) \
golangci-lint run -v