Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Dec 12, 2023
1 parent 0d199cc commit 598ce82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
GOLANGCI_LING_IMAGE="golangci/golangci-lint:v1.55.1-alpine"

.PHONY: *

version=latest
Expand All @@ -11,7 +9,7 @@ test:
go test -tags mock -race -cover ./...

lint:
docker run --rm -v ./:/app -w /app $(GOLANGCI_LING_IMAGE) golangci-lint run --color always ${args}
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2 run --color always ${args}

lint-fix:
make lint args=--fix
Expand Down

0 comments on commit 598ce82

Please sign in to comment.