diff --git a/Makefile b/Makefile index 8ed0bd0..b4c7ef5 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ vet: embedmd: @hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ - $(GO) install github.com/campoy/embedmd; \ + $(GO) install github.com/campoy/embedmd@v2.0.0; \ fi embedmd -d *.md