mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-09 07:58:04 +00:00
simplify make mod-tidy (#1592)
This commit is contained in:
parent
fb1c16d606
commit
cd9d5922d5
@ -1,3 +1,3 @@
|
||||
mod-tidy:
|
||||
docker run --rm -it -v $(PWD):/s -w /s $(BASE_IMAGE) \
|
||||
sh -c "apk add git && GOPROXY=direct go get && go mod tidy"
|
||||
sh -c "apk add git && GOPROXY=direct go mod tidy"
|
||||
|
Loading…
Reference in New Issue
Block a user