mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 23:02:45 +08:00
update makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user