From 0712c1c4c7013c7b2059d92d562dfbe334669f26 Mon Sep 17 00:00:00 2001 From: Sajay Antony Date: Tue, 13 Sep 2022 21:46:21 +0000 Subject: [PATCH] Fix: #343 CI for gitvalidation Signed-off-by: Sajay Antony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5aa57fa1..3c6d6217 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ header.html: .tool/genheader.go specs-go/version.go install.tools: .install.gitvalidation .install.gitvalidation: - go get -u github.com/vbatts/git-validation + go install github.com/vbatts/git-validation@latest conformance: conformance-test conformance-binary