From 67e5c5c9a31c0b5346f49ccf2d60a3b83b54be4f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 27 Mar 2021 14:16:24 +0800 Subject: [PATCH] chore: missing embedmd version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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