Skip to content

Commit 69141b9

Browse files
authored
Merge pull request #345 from sajayantony/fix-ci
Fix: #343 CI for gitvalidation
2 parents a330bba + 0712c1c commit 69141b9

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)