Browse Source

simplify make mod-tidy (#1592)

pull/1594/head
Alessandro Ros 2 years ago committed by GitHub
parent
commit
cd9d5922d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/mod-tidy.mk

2
scripts/mod-tidy.mk

@ -1,3 +1,3 @@ @@ -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…
Cancel
Save