Skip to content

Commit 0712c1c

Browse files
committed
Fix: #343 CI for gitvalidation
Signed-off-by: Sajay Antony <[email protected]>
1 parent a330bba commit 0712c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ header.html: .tool/genheader.go specs-go/version.go
8282
install.tools: .install.gitvalidation
8383

8484
.install.gitvalidation:
85-
go get -u github.com/vbatts/git-validation
85+
go install github.com/vbatts/git-validation@latest
8686

8787
conformance: conformance-test conformance-binary
8888

0 commit comments

Comments
 (0)