mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-25 08:00:30 +00:00
update makefile
This commit is contained in:
parent
0484e417ee
commit
a0aa88cb45
4
Makefile
4
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user